From fb334c4fc1a825055a3e01328015190ae6a7bf7f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 30 Mar 2006 14:15:58 +0000 Subject: [PATCH] WIN32 updates --- include/yazpp/gduqueue.h | 6 +++--- include/yazpp/record-cache.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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: -- 1.7.10.4