diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-01 14:47:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-01 14:47:19 (GMT) |
commit | 2ca10d0ace6b55408919d9561002df24b1bcfbe7 (patch) | |
tree | dbdae2f2615ebca19d3c75989ef258cc9cc4ac80 /c++/src/H5Group.h | |
parent | 1ec351813bd999925e4d4ba2a93f28b3c84c405f (diff) | |
download | hdf5-2ca10d0ace6b55408919d9561002df24b1bcfbe7.zip hdf5-2ca10d0ace6b55408919d9561002df24b1bcfbe7.tar.gz hdf5-2ca10d0ace6b55408919d9561002df24b1bcfbe7.tar.bz2 |
[svn-r8602] Purpose:
Code update
Description:
Update C++ wrappers to use new ID reference counting mechanisms.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/C++
Too focused to require h5committest
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r-- | c++/src/H5Group.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h index 65ce914..9695c48 100644 --- a/c++/src/H5Group.h +++ b/c++/src/H5Group.h @@ -62,10 +62,6 @@ class H5_DLLCPP Group : public H5Object, public CommonFG { // Throw group exception virtual void throwException(const string func_name, const string msg) const; - - // Used by the API to appropriately close a group - void p_close() const; - virtual ~Group(); // Creates a copy of an existing Group using its id |