summaryrefslogtreecommitdiffstats
path: root/src/H5api_adpt.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2002-02-12 03:43:20 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2002-02-12 03:43:20 (GMT)
commitf2f90dea3880e623b5a603e4e32c88a5ef37ca7f (patch)
tree450f5b28f2c5cbd072164398c25611cccede2b35 /src/H5api_adpt.h
parent96e63cc9e928bc8b0c3bc5dca71c498eb112e7e4 (diff)
downloadhdf5-f2f90dea3880e623b5a603e4e32c88a5ef37ca7f.zip
hdf5-f2f90dea3880e623b5a603e4e32c88a5ef37ca7f.tar.gz
hdf5-f2f90dea3880e623b5a603e4e32c88a5ef37ca7f.tar.bz2
[svn-r4938]
Purpose: Adding support for dll Description: Added __DLLCPP__ to all public classes and templates. Added #include "H5Include.h" to H5RefCounter.cpp because of the use of DLLCPP in .h file and it needs the following chain: H5Include.h/hdf5.h/H5public.h/H5api_adpt.h Added #pragma warning(disable: 4251) to H5Exception.h to eliminate this warning on private data members of type 'string.' This occurs because 'string' is not yet instantiated at compilation time; however, since the class is exported, the warning is harmless. Changed this member function's parameter to be passed as reference. from: void CompType::insertMember( const string name,... to: void CompType::insertMember( const string& name,... Platforms tested: SunOS 5.7 (arabica) Linux 6.2 (eirene) FreeBSD (sleipnir) Windows 2000
Diffstat (limited to 'src/H5api_adpt.h')
0 files changed, 0 insertions, 0 deletions