summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-07-22 21:36:51 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-07-22 21:36:51 (GMT)
commit1a5c3ceeb8541456998d0775e9930ead7f1296a4 (patch)
tree9719351c746bbe46476f7c69802bfef50b12e154 /hl
parent200dcdb6d03a3ecceb1a93504f5d2a3ccfb82367 (diff)
downloadhdf5-1a5c3ceeb8541456998d0775e9930ead7f1296a4.zip
hdf5-1a5c3ceeb8541456998d0775e9930ead7f1296a4.tar.gz
hdf5-1a5c3ceeb8541456998d0775e9930ead7f1296a4.tar.bz2
[svn-r11113] Purpose:
Improvement Description: Add high level c++ dll macro for windows Solution: Platforms tested: MSVS 6.0 on windows XP, cygwin, heping and copper Misc. update:
Diffstat (limited to 'hl')
-rw-r--r--hl/c++/src/H5PacketTable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/c++/src/H5PacketTable.h b/hl/c++/src/H5PacketTable.h
index 559656c..1d6ba31 100644
--- a/hl/c++/src/H5PacketTable.h
+++ b/hl/c++/src/H5PacketTable.h
@@ -11,7 +11,7 @@
#include "H5PT.h"
-class PacketTable
+class H5_HLCPPDLL PacketTable
{
public:
/* Null constructor
@@ -72,7 +72,7 @@ protected:
hid_t table_id;
};
-class FL_PacketTable : virtual public PacketTable
+class H5_HLCPPDLL FL_PacketTable : virtual public PacketTable
{
public:
/* Constructor
@@ -136,7 +136,7 @@ public:
int GetNextPackets(unsigned int numRecords, void * data);
};
-class VL_PacketTable : virtual public PacketTable
+class H5_HLCPPDLL VL_PacketTable : virtual public PacketTable
{
public:
/* Constructor