diff options
Diffstat (limited to 'c++/src/H5Group.cpp')
-rw-r--r-- | c++/src/H5Group.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5Group.cpp b/c++/src/H5Group.cpp index 5a00922..95bce03 100644 --- a/c++/src/H5Group.cpp +++ b/c++/src/H5Group.cpp @@ -166,6 +166,9 @@ void Group::throwException(const string func_name, const string msg) const // Function: Group destructor ///\brief Properly terminates access to this group. // Programmer Binh-Minh Ribler - 2000 +// Modification +// Replaced resetIdComponent with decRefCount to use new ID +// reference counting mechanisms by Quincey Koziol, June 1, 2004 //-------------------------------------------------------------------------- Group::~Group() { |