[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:
@@ -25,6 +25,9 @@ class H5_DLLCPP FileAccPropList : public PropList {
|
||||
public:
|
||||
static const FileAccPropList DEFAULT;
|
||||
|
||||
// Creates a file access property list.
|
||||
FileAccPropList();
|
||||
|
||||
// Modifies this property list to use the H5FD_STDIO driver
|
||||
void setStdio() const;
|
||||
|
||||
@@ -122,9 +125,6 @@ class H5_DLLCPP FileAccPropList : public PropList {
|
||||
// Returns this class name
|
||||
virtual H5std_string fromClass () const { return("FileAccPropList"); }
|
||||
|
||||
// Creates a file access property list.
|
||||
FileAccPropList();
|
||||
|
||||
// Copy constructor: creates a copy of a FileAccPropList object.
|
||||
FileAccPropList( const FileAccPropList& original );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user