[svn-r7181] Purpose:
Version update
Description:
Removed 1.4 compatibility code in the library.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
This commit is contained in:
@@ -30,19 +30,11 @@ class H5_DLLCPP DSetMemXferPropList : public PropList {
|
||||
// Copy constructor: creates a copy of a DSetMemXferPropList object
|
||||
DSetMemXferPropList( const DSetMemXferPropList& orig );
|
||||
|
||||
#ifdef H5_WANT_H5_V1_4_COMPAT
|
||||
// Sets type conversion and background buffers
|
||||
void setBuffer( hsize_t size, void* tconv, void* bkg ) const;
|
||||
|
||||
// Reads buffer settings
|
||||
hsize_t getBuffer( void** tconv, void** bkg ) const;
|
||||
#else /* H5_WANT_H5_V1_4_COMPAT */
|
||||
// Sets type conversion and background buffers
|
||||
void setBuffer( size_t size, void* tconv, void* bkg ) const;
|
||||
|
||||
// Reads buffer settings
|
||||
size_t getBuffer( void** tconv, void** bkg ) const;
|
||||
#endif /* H5_WANT_H5_V1_4_COMPAT */
|
||||
|
||||
// Sets the dataset transfer property list status to TRUE or FALSE
|
||||
void setPreserve( bool status ) const;
|
||||
@@ -50,14 +42,6 @@ class H5_DLLCPP DSetMemXferPropList : public PropList {
|
||||
// Checks status of the dataset transfer property list
|
||||
bool getPreserve() const;
|
||||
|
||||
#ifdef H5_WANT_H5_V1_4_COMPAT
|
||||
// Indicates whether to cache hyperslab blocks during I/O
|
||||
void setHyperCache( bool cache, unsigned limit = 0 ) const;
|
||||
|
||||
// Returns information regarding the caching of hyperslab blocks during I/O
|
||||
void getHyperCache( bool& cache, unsigned& limit ) const;
|
||||
#endif /* H5_WANT_H5_V1_4_COMPAT */
|
||||
|
||||
// Sets B-tree split ratios for a dataset transfer property list
|
||||
void setBtreeRatios( double left, double middle, double right ) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user