diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2008-07-02 14:44:57 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2008-07-02 14:44:57 (GMT) |
commit | d9533d055c7f306e66e5f972068c77c939d6fc16 (patch) | |
tree | af5d0f7fc67f008e2f718c6913ab3f7baf777abe /c++/src/H5DxferProp.h | |
parent | 0e1432a18f999074e48e455aad6ee61c93f27ed1 (diff) | |
download | hdf5-d9533d055c7f306e66e5f972068c77c939d6fc16.zip hdf5-d9533d055c7f306e66e5f972068c77c939d6fc16.tar.gz hdf5-d9533d055c7f306e66e5f972068c77c939d6fc16.tar.bz2 |
[svn-r15308] Purpose: Fixed bugs
Description:
The class hierarchy was revised to address the problem reported in
bugzilla #1068. Classes AbstractDS and Attribute are moved out of
H5Object. Class Attribute now multiply inherits from IdComponent and
AbstractDs and class DataSet from H5Object and AbstractDs.
In addition, data member IdComponent::id was moved into subclasses:
Attribute, DataSet, DataSpace, DataType, H5File, Group, and PropList.
Platforms tested:
SunOS 5.10 (linew)
Linux 2.6 (kagiso)
FreeBSD (duty)
Diffstat (limited to 'c++/src/H5DxferProp.h')
-rw-r--r-- | c++/src/H5DxferProp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h index 8da29c4..11e15fc 100644 --- a/c++/src/H5DxferProp.h +++ b/c++/src/H5DxferProp.h @@ -104,7 +104,6 @@ class H5_DLLCPP DSetMemXferPropList : public PropList { // Noop destructor virtual ~DSetMemXferPropList(); - }; #ifndef H5_NO_NAMESPACE } |