[svn-r12404] Purpose: Fix typos/formats
Description:
Fixed typos and re-arranged some functions to be in sync with 1.6.
Platforms tested:
Linux 2.4 (heping)
SunOS 5.9 (shanti)
AIX 5.1 (copper)
This commit is contained in:
@@ -26,6 +26,9 @@ class H5_DLLCPP FileCreatPropList : public PropList {
|
||||
// Default file creation property list.
|
||||
static const FileCreatPropList DEFAULT;
|
||||
|
||||
// Creates a file create property list.
|
||||
FileCreatPropList();
|
||||
|
||||
// Retrieves version information for various parts of a file.
|
||||
void getVersion( unsigned& super, unsigned& freelist, unsigned& stab, unsigned& shhdr ) const;
|
||||
|
||||
@@ -59,9 +62,6 @@ class H5_DLLCPP FileCreatPropList : public PropList {
|
||||
// Returns this class name
|
||||
virtual H5std_string fromClass () const { return("FileCreatPropList"); }
|
||||
|
||||
// Creates a file create property list.
|
||||
FileCreatPropList();
|
||||
|
||||
// Copy constructor: creates a copy of a FileCreatPropList object.
|
||||
FileCreatPropList(const FileCreatPropList& orig);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user