[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

@@ -56,6 +56,9 @@ class H5_DLLCPP FileCreatPropList : public PropList {
// indexing chunked datasets.
void setIstorek( unsigned ik ) const;
// Returns this class name
virtual string fromClass () const { return ("FileCreatPropList"); }
// Creates a file create property list.
FileCreatPropList();