summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CommonFG.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-03 13:12:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-03 13:12:12 (GMT)
commit365e16c48068329b627e0974c7c3ce64f44920db (patch)
treef9651d6b8d6fdfa38de1af409c13e49f1f358b71 /c++/src/H5CommonFG.h
parent47fef210e85ecce83cfd1e1971f7748ed9ef3324 (diff)
downloadhdf5-365e16c48068329b627e0974c7c3ce64f44920db.zip
hdf5-365e16c48068329b627e0974c7c3ce64f44920db.tar.gz
hdf5-365e16c48068329b627e0974c7c3ce64f44920db.tar.bz2
[svn-r18689] Description:
Added missing overloaded function getObjTypeByIdx to return type name as a char*. Platforms tested: Linux/32 2.6 (jam) FreeBSD/64 6.3 (liberty) SunOS 5.10 (linew)
Diffstat (limited to 'c++/src/H5CommonFG.h')
-rw-r--r--c++/src/H5CommonFG.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h
index 75c9259..4f32d21 100644
--- a/c++/src/H5CommonFG.h
+++ b/c++/src/H5CommonFG.h
@@ -78,6 +78,7 @@ class H5_DLLCPP CommonFG {
// Returns the type of an object in this group, given the
// object's index.
H5G_obj_t getObjTypeByIdx(hsize_t idx) const;
+ H5G_obj_t getObjTypeByIdx(hsize_t idx, char* type_name) const;
H5G_obj_t getObjTypeByIdx(hsize_t idx, H5std_string& type_name) const;
// Returns information about an HDF5 object, given by its name,