summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Exception.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-25 03:57:08 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-25 03:57:08 (GMT)
commit2105f023a5b7ec0bf6cdf35c84d687b1e46b8027 (patch)
tree65ceeeeb5a5fb8cd31f9236b50ecf2ce2862c117 /c++/src/H5Exception.h
parent02a1c32b1f0a135f64795f7afec0157c18fa5a41 (diff)
downloadhdf5-2105f023a5b7ec0bf6cdf35c84d687b1e46b8027.zip
hdf5-2105f023a5b7ec0bf6cdf35c84d687b1e46b8027.tar.gz
hdf5-2105f023a5b7ec0bf6cdf35c84d687b1e46b8027.tar.bz2
[svn-r8570] Purpose:
Add/Correct documentation - this file was left out by mistake from this checkin. Description: Added doxygen documentation to: Exception.cpp H5CompType.cpp H5FcreatProp.cpp and corrected some typos in comments for: H5AbstractDs.cpp H5EnumType.cpp H5File.cpp Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update:
Diffstat (limited to 'c++/src/H5Exception.h')
-rw-r--r--c++/src/H5Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h
index 5a86b31..073827e 100644
--- a/c++/src/H5Exception.h
+++ b/c++/src/H5Exception.h
@@ -52,7 +52,7 @@ class H5_DLLCPP Exception {
const char* getCFuncName() const; // function name as a char string
// Turns on the automatic error printing.
- static void setAutoPrint( H5E_auto_t func, void* client_data);
+ static void setAutoPrint( H5E_auto_t& func, void* client_data);
// Turns off the automatic error printing.
static void dontPrint();