[svn-r26695] Purpose: Fixed HDFFV-7947 (cont.)
Description:
- Put back the UNUSED parameters in dsets test because the change to remove
the warning last time caused failure in setting filter, in turn, caused
failure in the test with such obscure/unrelated errors!
- Added incRefCount() to other constructors that missed from last time.
Platforms tested:
Linux/64 (platypus)
Linux/32 2.6 (jam)
SunOS 5.11 (emu)
This commit is contained in:
@@ -59,8 +59,7 @@ class H5_DLLCPP H5File : public H5Location, public CommonFG {
|
||||
|
||||
// Returns the number of opened object IDs (files, datasets, groups
|
||||
// and datatypes) in the same file.
|
||||
ssize_t getObjCount(unsigned types) const;
|
||||
ssize_t getObjCount() const;
|
||||
ssize_t getObjCount(unsigned types = H5F_OBJ_ALL) const;
|
||||
|
||||
// Retrieves a list of opened object IDs (files, datasets, groups
|
||||
// and datatypes) in the same file.
|
||||
|
||||
Reference in New Issue
Block a user