2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-31 17:10:47 +08:00

[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:
This commit is contained in:
Fang Guo 2005-07-22 16:36:51 -05:00
parent 200dcdb6d0
commit 1a5c3ceeb8

@ -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