diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-07-08 19:48:45 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-07-08 19:48:45 (GMT) |
commit | c3bfac06392131adaec4744d50274e75638f76b6 (patch) | |
tree | 3eff702dce697ffada3971d54ec94294a11a1543 /c++/src/H5FcreatProp.cpp | |
parent | c19e495c00193859a9cb3d0d25b52e6d9b379784 (diff) | |
download | hdf5-c3bfac06392131adaec4744d50274e75638f76b6.zip hdf5-c3bfac06392131adaec4744d50274e75638f76b6.tar.gz hdf5-c3bfac06392131adaec4744d50274e75638f76b6.tar.bz2 |
[svn-r8837] Purpose: Update doc and fix minor bug
Description:
H5IdComponent.cpp: initialized a pointer to NULL
H5Object.cpp: removed functions being added by mistake
Update function headers for the rest.
Platforms tested:
SunOS 5.7 (arabica)
Linux 2.4 (eirene)
Diffstat (limited to 'c++/src/H5FcreatProp.cpp')
-rw-r--r-- | c++/src/H5FcreatProp.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5FcreatProp.cpp b/c++/src/H5FcreatProp.cpp index e6b6fb9..657b04b 100644 --- a/c++/src/H5FcreatProp.cpp +++ b/c++/src/H5FcreatProp.cpp @@ -231,9 +231,9 @@ unsigned FileCreatPropList::getIstorek() const } //-------------------------------------------------------------------------- -// Function: FileCreatPropList destructor -///\brief Properly terminates access to this file creation property list. -// Programmer Binh-Minh Ribler - 2000 +// Function: FileCreatPropList destructor +///\brief Noop destructor. +// Programmer Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- FileCreatPropList::~FileCreatPropList() {} |