summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2013-04-01 19:05:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2013-04-01 19:05:15 (GMT)
commit47a25f0d0ca3d10d1396cf0dda7ad5302d896722 (patch)
tree4059dd09a82b162c1736b710e98cd6323322e1dc /c++
parent581f5fc68d90b75e15043a0f13ac8664c49c61c9 (diff)
downloadhdf5-47a25f0d0ca3d10d1396cf0dda7ad5302d896722.zip
hdf5-47a25f0d0ca3d10d1396cf0dda7ad5302d896722.tar.gz
hdf5-47a25f0d0ca3d10d1396cf0dda7ad5302d896722.tar.bz2
[svn-r23509] Duplicated Bin-Minh's changes in the 1.8 branch (r23503) that
delete the removed multi dxpl function names from the class. Tested on: jam w/ fortran & C++ I did not test on other platforms (h5committest) since there is nothing even remotely platform-specific here.
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5DxferProp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h
index 66216d8..bf481c3 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);
@@ -109,3 +103,4 @@ class H5_DLLCPP DSetMemXferPropList : public PropList {
}
#endif
#endif
+