summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.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/H5StrType.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/H5StrType.h')
-rw-r--r--c++/src/H5StrType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5StrType.h b/c++/src/H5StrType.h
index 871d323..4cd6cdf 100644
--- a/c++/src/H5StrType.h
+++ b/c++/src/H5StrType.h
@@ -6,7 +6,7 @@
namespace H5 {
#endif
-class __DLLCPP__ StrType : public AtomType {
+class H5_DLLCPP StrType : public AtomType {
public:
// default constructor
StrType();