summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DxferProp.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 03:54:25 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 03:54:25 (GMT)
commit170b9d0eed23d84bfad64f216b8759b1dc40586c (patch)
tree261d2079cd91b85c4b82b3a5d1362ffcff913696 /c++/src/H5DxferProp.h
parent53a50fa7c8802f7f964ccf082b5fa8646cf61287 (diff)
downloadhdf5-170b9d0eed23d84bfad64f216b8759b1dc40586c.zip
hdf5-170b9d0eed23d84bfad64f216b8759b1dc40586c.tar.gz
hdf5-170b9d0eed23d84bfad64f216b8759b1dc40586c.tar.bz2
[svn-r25029] Purpose: Fixed HDFFV-3384
Description: - Added const to const arguments - Fixed miscellaneous comments (merged from trunk-24991) Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Diffstat (limited to 'c++/src/H5DxferProp.h')
-rw-r--r--c++/src/H5DxferProp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h
index 655f975..835dfdb 100644
--- a/c++/src/H5DxferProp.h
+++ b/c++/src/H5DxferProp.h
@@ -57,8 +57,6 @@ class H5_DLLCPP DSetMemXferPropList : public PropList {
// Gets data transform expression.
ssize_t getDataTransform(char* exp, size_t buf_size=0) const;
H5std_string getDataTransform() const;
- //H5std_string getDataTransform(const size_t buf_size=0) const;
- // this will collide with the first one when exp=NULL
// Sets the dataset transfer property list status to TRUE or FALSE.
void setPreserve( bool status ) const;