diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-05-28 06:25:56 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-05-28 06:25:56 (GMT) |
commit | dee9ad2b7e4b4cde4d0b1940089bd772fa2838e6 (patch) | |
tree | 4a1aa6bd2ff975a50d776a183171ea1b4a44d2f6 /c++/src/H5AbstractDs.h | |
parent | 2f4d0aad2417e7ed65bf71f13f5e4f8272315edd (diff) | |
download | hdf5-dee9ad2b7e4b4cde4d0b1940089bd772fa2838e6.zip hdf5-dee9ad2b7e4b4cde4d0b1940089bd772fa2838e6.tar.gz hdf5-dee9ad2b7e4b4cde4d0b1940089bd772fa2838e6.tar.bz2 |
[svn-r8595] Purpose:
Add/Improve documentation
Description
Added doxygen documentation to H5PredType.cpp and made minor changes
to the others for either correction or clarification.
Platforms:
SunOS 5.7 (arabica)
Linux 2.4 (eirene)
Misc. update:
Diffstat (limited to 'c++/src/H5AbstractDs.h')
-rw-r--r-- | c++/src/H5AbstractDs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5AbstractDs.h b/c++/src/H5AbstractDs.h index 12f873d..579fc18 100644 --- a/c++/src/H5AbstractDs.h +++ b/c++/src/H5AbstractDs.h @@ -62,9 +62,6 @@ class H5_DLLCPP AbstractDs : public H5Object { private: // This member function is implemented by DataSet and Attribute virtual hid_t p_getType() const = 0; - - // This member function is implemented by DataSet and Attribute - virtual void p_close() const = 0; }; #ifndef H5_NO_NAMESPACE } |