summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CommonFG.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-02 15:10:11 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-02 15:10:11 (GMT)
commitbe0a7c4a64893b0258d820de1dffd4e272d096f4 (patch)
treedd849cc493a3df478750a56d5f27da6f2052e55e /c++/src/H5CommonFG.h
parent6d912b639416158f700397909996f2687473cfd3 (diff)
downloadhdf5-be0a7c4a64893b0258d820de1dffd4e272d096f4.zip
hdf5-be0a7c4a64893b0258d820de1dffd4e272d096f4.tar.gz
hdf5-be0a7c4a64893b0258d820de1dffd4e272d096f4.tar.bz2
[svn-r18683] Purpose: Fix bugzilla 1857
Description: Added missing overloaded function getObjnameByIdx to take char* for name. 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h
index d472d42..75c9259 100644
--- a/c++/src/H5CommonFG.h
+++ b/c++/src/H5CommonFG.h
@@ -70,8 +70,9 @@ class H5_DLLCPP CommonFG {
// Retrieves the name of an object in this group, given the
// object's index.
- ssize_t getObjnameByIdx(hsize_t idx, H5std_string& name, size_t size) const;
H5std_string getObjnameByIdx(hsize_t idx) const;
+ ssize_t getObjnameByIdx(hsize_t idx, char* name, size_t size) const;
+ ssize_t getObjnameByIdx(hsize_t idx, H5std_string& name, size_t size) const;
#ifndef H5_NO_DEPRECATED_SYMBOLS
// Returns the type of an object in this group, given the