summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DxferProp.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-05-10 22:34:16 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-05-10 22:34:16 (GMT)
commit731737845c15958cbe1ceb9141cbaf9e4acf4813 (patch)
tree8c64f2e7a9340125b14b751c0231d55c88135785 /c++/src/H5DxferProp.cpp
parentc470e6bcd60ee20afd19f16ba20e63b8b9a225f6 (diff)
parent5e4bc6df758b1dffad3583391e51e3c71bb91501 (diff)
downloadhdf5-731737845c15958cbe1ceb9141cbaf9e4acf4813.zip
hdf5-731737845c15958cbe1ceb9141cbaf9e4acf4813.tar.gz
hdf5-731737845c15958cbe1ceb9141cbaf9e4acf4813.tar.bz2
Merge pull request #1051 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
Improvement regarding to Exception hierarchy and throwException. * commit '5e4bc6df758b1dffad3583391e51e3c71bb91501': C++ API improvement Description: - Reorganized some exception classes to reflect the HDF5 object hierarchy and provide extendibility. DataSetIException -> LocationException -> Exception DataTypeIException -> LocationException -> Exception GroupIException -> LocationException -> Exception AttributeIException -> LocationException -> Exception FileIException -> GroupIException -> LocationException -> Exception - Added throwException() to these subclasses and use it in H5Location and H5Object member functions to throw an exception that is specific to the object that invokes the member function. Applications that catch the base exception can continue to do the same. - Many cleanup for inconsistencies in comments/headers. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5DxferProp.cpp')
-rw-r--r--c++/src/H5DxferProp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DxferProp.cpp b/c++/src/H5DxferProp.cpp
index da66ec6..f303e95 100644
--- a/c++/src/H5DxferProp.cpp
+++ b/c++/src/H5DxferProp.cpp
@@ -92,7 +92,7 @@ DSetMemXferPropList::DSetMemXferPropList() : PropList(H5P_DATASET_XFER) {}
// Function DSetMemXferPropList constructor
///\brief Creates a dataset transfer property list with transform
/// expression.
-// Programmer: Binh-Minh Ribler - 2000
+// March 2014
//--------------------------------------------------------------------------
DSetMemXferPropList::DSetMemXferPropList(const char* exp) : PropList(H5P_DATASET_XFER)
{