From: Adam Dickmeiss Date: Thu, 30 Mar 2006 14:15:58 +0000 (+0000) Subject: WIN32 updates X-Git-Tag: YAZPP.1.0.0~33 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=fb334c4fc1a825055a3e01328015190ae6a7bf7f WIN32 updates --- 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(); diff --git a/include/yazpp/record-cache.h b/include/yazpp/record-cache.h index d53533f..91e988b 100644 --- a/include/yazpp/record-cache.h +++ b/include/yazpp/record-cache.h @@ -2,7 +2,7 @@ * Copyright (c) 2002-2004, Index Data. * See the file LICENSE for details. * - * $Id: record-cache.h,v 1.1 2006-03-29 13:14:15 adam Exp $ + * $Id: record-cache.h,v 1.2 2006-03-30 14:15:58 adam Exp $ */ @@ -10,7 +10,7 @@ #include namespace yazpp_1 { -class RecordCache_Entry; +struct RecordCache_Entry; class YAZ_EXPORT RecordCache { public: