summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PropList.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-08-08 15:42:39 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-08-08 15:42:39 (GMT)
commitf74bef15ced59291d51e0d3428e2dd595ed37260 (patch)
tree7af4e30ad90920545c29911e4b34e8da6d290bf1 /c++/src/H5PropList.h
parentea15f348a1254b5a4ed3e8039f191a0430e4c3f2 (diff)
downloadhdf5-f74bef15ced59291d51e0d3428e2dd595ed37260.zip
hdf5-f74bef15ced59291d51e0d3428e2dd595ed37260.tar.gz
hdf5-f74bef15ced59291d51e0d3428e2dd595ed37260.tar.bz2
[svn-r11210] Purpose: Code improvement
Description: Made use of IdComponent::inMemFunc in more classes. Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol)
Diffstat (limited to 'c++/src/H5PropList.h')
-rw-r--r--c++/src/H5PropList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5PropList.h b/c++/src/H5PropList.h
index 1d4816f..84883ad 100644
--- a/c++/src/H5PropList.h
+++ b/c++/src/H5PropList.h
@@ -93,6 +93,9 @@ class H5_DLLCPP PropList : public IdComponent {
void removeProp(const char *name) const;
void removeProp(const string& name) const;
+ // Returns this class name
+ virtual string fromClass () const { return ("PropList"); }
+
// Default constructor: creates a stub PropList object.
PropList();