summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DxferProp.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-03 04:52:45 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-03 04:52:45 (GMT)
commit3b490063e369c7b2711b121151ccc1288d4ba24f (patch)
treed42a3d571b288a46cacaa31f3b2881e7b256d6b7 /c++/src/H5DxferProp.h
parentdb8f63f552de78aed3a0a773240380445519fdaf (diff)
downloadhdf5-3b490063e369c7b2711b121151ccc1288d4ba24f.zip
hdf5-3b490063e369c7b2711b121151ccc1288d4ba24f.tar.gz
hdf5-3b490063e369c7b2711b121151ccc1288d4ba24f.tar.bz2
[svn-r8466]
Purpose: Correct my mistake Description: I inadvertently deleted the changes that Ray and Quincey put in these two files. Added them back. Platforms tested: SunOS 5.8-64 (sol) Linux 2.4 (eirene) Misc. update:
Diffstat (limited to 'c++/src/H5DxferProp.h')
-rw-r--r--c++/src/H5DxferProp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h
index 4078993..e457906 100644
--- a/c++/src/H5DxferProp.h
+++ b/c++/src/H5DxferProp.h
@@ -48,6 +48,12 @@ class H5_DLLCPP DSetMemXferPropList : public PropList {
// Gets B-tree split ratios for a dataset transfer property list
void getBtreeRatios( double& left, double& middle, double& right ) const;
+ // Sets an exception handling callback for datatype conversion
+ void setTypeConvCB( H5T_conv_except_func_t op, void *user_data) const;
+
+ // Gets the exception handling callback for datatype conversion
+ void getTypeConvCB( H5T_conv_except_func_t *op, void **user_data) const;
+
// Sets the memory manager for variable-length datatype
// allocation in H5Dread and H5Dvlen_reclaim
void setVlenMemManager( H5MM_allocate_t alloc, void* alloc_info,