diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-03-31 10:42:34 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-03-31 10:42:34 (GMT) |
commit | 1a367cc384ff1bffc02adf72ae821594396012b6 (patch) | |
tree | 54701f63be8fe341b08fb4d954c32ab93ea3c52f /c++ | |
parent | 1e64926e740af15eb19d686ad48c37e3e745d454 (diff) | |
download | hdf5-1a367cc384ff1bffc02adf72ae821594396012b6.zip hdf5-1a367cc384ff1bffc02adf72ae821594396012b6.tar.gz hdf5-1a367cc384ff1bffc02adf72ae821594396012b6.tar.bz2 |
[svn-r23503] Description:
Removed DSetMemXferPropList::setMulti/getMulti from header file (Dana removed
them from cpp file.
Added note about removing DSetMemXferPropList::setMulti/getMulti in C++ section.
Platforms tested: very minor
Linux/32 2.6 (jam)
SunOS 5.11 (emu)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5DxferProp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h index 66216d8..90fca0a 100644 --- a/c++/src/H5DxferProp.h +++ b/c++/src/H5DxferProp.h @@ -66,12 +66,6 @@ class H5_DLLCPP DSetMemXferPropList : public PropList { void getVlenMemManager( H5MM_allocate_t& alloc, void** alloc_info, H5MM_free_t& free, void** free_info ) const; - // Sets the data transfer property list for the multi-file driver. - void setMulti(const hid_t *memb_dxpl); - - // Returns multi-file data transfer property list information. - void getMulti(hid_t *memb_dxpl); - // Sets the size of a contiguous block reserved for small data. void setSmallDataBlockSize(hsize_t size); |