diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-22 21:36:51 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-22 21:36:51 (GMT) |
commit | 1a5c3ceeb8541456998d0775e9930ead7f1296a4 (patch) | |
tree | 9719351c746bbe46476f7c69802bfef50b12e154 /hl | |
parent | 200dcdb6d03a3ecceb1a93504f5d2a3ccfb82367 (diff) | |
download | hdf5-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.h | 6 |
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 |