summaryrefslogtreecommitdiffstats
path: root/hl/c++/src
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-18 21:03:13 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-04-18 21:03:13 (GMT)
commit210fd5ee70d3ab3e627b8527a30e3e73d2c2aafa (patch)
tree5b2da152512a76f3cccbf7085fdbbbb0e01ff36c /hl/c++/src
parent79cbf8585cd0404a1b03f7b69e7c6e2edad81242 (diff)
downloadhdf5-210fd5ee70d3ab3e627b8527a30e3e73d2c2aafa.zip
hdf5-210fd5ee70d3ab3e627b8527a30e3e73d2c2aafa.tar.gz
hdf5-210fd5ee70d3ab3e627b8527a30e3e73d2c2aafa.tar.bz2
[svn-r29734] Description:
Merged from trunk: r29710: label "error:" vs. "out:" and static_cast Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'hl/c++/src')
-rw-r--r--hl/c++/src/H5PacketTable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/c++/src/H5PacketTable.cpp b/hl/c++/src/H5PacketTable.cpp
index 50e11f6..b033790 100644
--- a/hl/c++/src/H5PacketTable.cpp
+++ b/hl/c++/src/H5PacketTable.cpp
@@ -130,7 +130,7 @@
/* GetDatatype
* Returns the datatype identifier used by the packet table, on success,
- * or FAIL, on failure.
+ * or H5I_INVALID_HID, on failure.
* Note: it is best to avoid using this identifier in applications, unless
* the desired functionality cannot be performed via the packet table ID.
*/
@@ -141,7 +141,7 @@
/* GetDataset
* Returns the dataset identifier associated with the packet table, on
- * success, or FAIL, on failure.
+ * success, or H5I_INVALID_HID, on failure.
* Note: it is best to avoid using this identifier in applications, unless
* the desired functionality cannot be performed via the packet table ID.
*/