[svn-r8820] Purpose: Bug fix

Description:  After changing H5Fget_filesize, forgot to update C++.


Platforms tested:  Tested for 1.6
This commit is contained in:
Raymond Lu
2004-07-07 13:05:37 -05:00
parent c949e7c391
commit fde087cf57
3 changed files with 9 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG {
DataSpace getRegion(void *ref, H5R_type_t ref_type = H5R_DATASET_REGION) const;
// Retrieves the file size of an opened file.
haddr_t getFileSize() const;
herr_t getFileSize(hsize_t *size) const;
// Reopens this file
void reopen();