diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-09-16 14:39:52 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-09-16 14:39:52 (GMT) |
commit | afb5fc5c35eaa01b086390ab8691aea49a4a93a4 (patch) | |
tree | 2ebf6c586677373ee31a45967952f51809e123d4 /c++/src/H5IdComponent.cpp | |
parent | 27ed849cad4c7e88a540a34f46e70acde04721da (diff) | |
download | hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.zip hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.gz hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.bz2 |
[svn-r24143] Description:
Fixed comments, documentation, and mis-matched DOXYGEN_SHOULD_SKIP_THIS pairs.
Platforms tested:
Linux/32 2.6 (jam)
Regenerated and verified generated documentation.
Diffstat (limited to 'c++/src/H5IdComponent.cpp')
-rw-r--r-- | c++/src/H5IdComponent.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/c++/src/H5IdComponent.cpp b/c++/src/H5IdComponent.cpp index 9f96277..4a997ab 100644 --- a/c++/src/H5IdComponent.cpp +++ b/c++/src/H5IdComponent.cpp @@ -321,6 +321,14 @@ bool IdComponent::p_valid_id(const hid_t obj_id) return true; } +// Notes about IdComponent::id +// May 2008 - BMR +// Class hierarchy is revised to address bugzilla 1068... +// ...member IdComponent::id is moved into subclasses, and +// IdComponent::getId now becomes pure virtual function. +// (reasons: 1. encountered problems when adding H5Location; +// 2. Scott Meyers, item 33) + #endif // DOXYGEN_SHOULD_SKIP_THIS #ifndef H5_NO_NAMESPACE |