[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)
This commit is contained in:
Binh-Minh Ribler
2005-08-08 10:42:39 -05:00
parent ea15f348a1
commit f74bef15ce
11 changed files with 63 additions and 41 deletions

View File

@@ -100,6 +100,9 @@ class H5_DLLCPP DSetCreatPropList : public PropList {
// Sets method of the shuffle filter.
void setShuffle();
// Returns this class name
virtual string fromClass () const { return ("DSetCreatPropList"); }
// Default constructor: creates a stub dataset creation property list.
DSetCreatPropList();