X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Fgduqueue.h;h=5dec98b5960c410b830d7620cff79987179c544f;hp=fb325448366ead485751a9a0201ee819c53cae1e;hb=55e739e60aa72dd103309c2cf2b747f833021fed;hpb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d diff --git a/include/yazpp/gduqueue.h b/include/yazpp/gduqueue.h index fb32544..5dec98b 100644 --- a/include/yazpp/gduqueue.h +++ b/include/yazpp/gduqueue.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: gduqueue.h,v 1.1 2006-03-29 13:14:15 adam Exp $ + * $Id: gduqueue.h,v 1.2 2006-03-30 14:15:58 adam Exp $ */ #ifndef YAZPP_GDUQUEUE_INCLUDED @@ -12,14 +12,14 @@ namespace yazpp_1 { class GDU; - class GDUQueue_List { + class YAZ_EXPORT GDUQueue_List { friend class GDUQueue; private: GDU *m_item; GDUQueue_List *m_next; }; - class GDUQueue { + class YAZ_EXPORT GDUQueue { public: GDUQueue(); ~GDUQueue();