From 47a25f0d0ca3d10d1396cf0dda7ad5302d896722 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 1 Apr 2013 14:05:15 -0500 Subject: [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. --- c++/src/H5DxferProp.h | 7 +------ 1 file changed, 1 insertion(+), 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 + -- cgit v0.12