summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-12-29 11:41:02 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-12-29 11:41:02 (GMT)
commite25b9b5f7002b7a19000fc8d81cf4a96776cd671 (patch)
treed856506c45a818f5da6b87455bab9f77fae4dc21 /c++/src/H5File.h
parentd073ddf81ee053f9219ffaf789998a6f619a7584 (diff)
downloadhdf5-e25b9b5f7002b7a19000fc8d81cf4a96776cd671.zip
hdf5-e25b9b5f7002b7a19000fc8d81cf4a96776cd671.tar.gz
hdf5-e25b9b5f7002b7a19000fc8d81cf4a96776cd671.tar.bz2
[svn-r11845] Purpose: Adding another wrapper/Fixing typos
Description: Added missing member function H5File::flush Fixed parameters passed to H5Awrite Other typos Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol)
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r--c++/src/H5File.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h
index 7e73ef3..84947fd 100644
--- a/c++/src/H5File.h
+++ b/c++/src/H5File.h
@@ -39,6 +39,9 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG {
// Close this file.
virtual void close();
+ // Flushes all buffers associated with this file to disk
+ void flush(H5F_scope_t scope) const;
+
// Gets the access property list of this file.
FileAccPropList getAccessPlist() const;