WIN32 updates
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 Mar 2006 14:15:58 +0000 (14:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 Mar 2006 14:15:58 +0000 (14:15 +0000)
include/yazpp/gduqueue.h
include/yazpp/record-cache.h

index fb32544..5dec98b 100644 (file)
@@ -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
 
 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();
index d53533f..91e988b 100644 (file)
@@ -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 <yaz/z-core.h>
 
 namespace yazpp_1 {
-class RecordCache_Entry;
+struct RecordCache_Entry;
 
 class YAZ_EXPORT RecordCache {
  public: