mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r24901] Description:
Fixed mismatched function prototype/definition that caused daily test failure on emu/production/HDF5TestExpress=1. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
This commit is contained in:
parent
9db0c02b96
commit
7ed2b997ba
@ -105,8 +105,8 @@ class H5_DLLCPP H5Location : public IdComponent {
|
||||
|
||||
// Retrieves comment for the HDF5 object specified by its name.
|
||||
ssize_t getComment(const char* name, const size_t buf_size, char* comment) const;
|
||||
H5std_string getComment(const char* name, size_t buf_size=0) const;
|
||||
H5std_string getComment(const H5std_string& name, size_t buf_size=0) const;
|
||||
H5std_string getComment(const char* name, const size_t buf_size=0) const;
|
||||
H5std_string getComment(const H5std_string& name, const size_t buf_size=0) const;
|
||||
|
||||
// Removes the comment for the HDF5 object specified by its name.
|
||||
void removeComment(const char* name) const;
|
||||
|
Loading…
Reference in New Issue
Block a user