summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Object.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2002-09-20 20:37:56 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2002-09-20 20:37:56 (GMT)
commitfcc1eea172460a11d4d5b08f7b820b7aa689df54 (patch)
tree067a9f3b4c4207026f8fdb341f00d4f993ced7d9 /c++/src/H5Object.h
parente5b28ef37b6cb97211e37f0900a97b14c97daf57 (diff)
downloadhdf5-fcc1eea172460a11d4d5b08f7b820b7aa689df54.zip
hdf5-fcc1eea172460a11d4d5b08f7b820b7aa689df54.tar.gz
hdf5-fcc1eea172460a11d4d5b08f7b820b7aa689df54.tar.bz2
[svn-r5932]
Purpose: use H5_DLLCPP to replacer __DLLCPP__ for c++ interfaces. Description: Solution: Platforms tested: linux 2.2.18smp, IRIX64, solaris 2.7, windows 2000
Diffstat (limited to 'c++/src/H5Object.h')
-rw-r--r--c++/src/H5Object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Object.h b/c++/src/H5Object.h
index e02c3b3..9605db0 100644
--- a/c++/src/H5Object.h
+++ b/c++/src/H5Object.h
@@ -13,7 +13,7 @@
namespace H5 {
#endif
-class __DLLCPP__ H5Object; // forward declaration for UserData4Aiterate
+class H5_DLLCPP H5Object; // forward declaration for UserData4Aiterate
// Define the operator function pointer for H5Aiterate().
typedef void (*attr_operator_t)( H5Object& loc/*in*/,
@@ -30,7 +30,7 @@ class UserData4Aiterate { // user data for attribute iteration
// The above part is being moved into Iterator, but not completed
-class __DLLCPP__ H5Object : public IdComponent {
+class H5_DLLCPP H5Object : public IdComponent {
public:
// Pure virtual function so appropriate close function can
// be called by subclasses' for the corresponding HDF5 object