diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-03 16:35:17 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-03 16:35:17 (GMT) |
commit | 6e7199250237518a7ad8e414d7f7f236b4912175 (patch) | |
tree | ae63b670b1b078fef2bc6249642dbe28d385ed8f /c++/src | |
parent | bc1bed2c55981f1802f87f83054d375431a0088f (diff) | |
download | hdf5-6e7199250237518a7ad8e414d7f7f236b4912175.zip hdf5-6e7199250237518a7ad8e414d7f7f236b4912175.tar.gz hdf5-6e7199250237518a7ad8e414d7f7f236b4912175.tar.bz2 |
Minor change to header comments in file locking C++ changes.
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/H5FaccProp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5FaccProp.h b/c++/src/H5FaccProp.h index 2475cf5..ee90fa4 100644 --- a/c++/src/H5FaccProp.h +++ b/c++/src/H5FaccProp.h @@ -126,10 +126,10 @@ class H5_DLLCPP FileAccPropList : public PropList { // Returns garbage collecting references setting. unsigned getGcReferences() const; - // Sets file locking parameters + // Sets file locking parameters. void setFileLocking(hbool_t use_file_locking, hbool_t ignore_when_disabled) const; - // Gets file locking parameters + // Gets file locking parameters. void getFileLocking(hbool_t& use_file_locking, hbool_t& ignore_when_disabled) const; // Sets bounds on versions of library format to be used when creating |