2 * Copyright (c) 1998-2005, Index Data.
3 * See the file LICENSE for details.
5 * $Id: gduqueue.h,v 1.2 2006-03-30 14:15:58 adam Exp $
8 #ifndef YAZPP_GDUQUEUE_INCLUDED
9 #define YAZPP_GDUQUEUE_INCLUDED
11 #include <yaz/yconfig.h>
15 class YAZ_EXPORT GDUQueue_List {
16 friend class GDUQueue;
19 GDUQueue_List *m_next;
22 class YAZ_EXPORT GDUQueue {
27 void enqueue(GDU *gdu);
31 GDUQueue_List *m_list;
39 * indent-tabs-mode: nil
41 * vim: shiftwidth=4 tabstop=8 expandtab