summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Object.h')
-rw-r--r--c++/src/H5Object.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/c++/src/H5Object.h b/c++/src/H5Object.h
index fdaead2..0e2446f 100644
--- a/c++/src/H5Object.h
+++ b/c++/src/H5Object.h
@@ -40,8 +40,8 @@ namespace H5 {
Inheritance: H5Location -> IdComponent
*/
// Class forwarding
-class H5_DLLCPP H5Object;
-class H5_DLLCPP Attribute;
+class H5Object;
+class Attribute;
// Define the operator function pointer for H5Aiterate().
typedef void (*attr_operator_t)(H5Object& loc/*in*/,
@@ -78,9 +78,6 @@ class H5_DLLCPP H5Object : public H5Location {
// Returns the object header version of an object
unsigned objVersion() const;
- // Determines the number of attributes belong to this object.
- int getNumAttrs() const;
-
// Checks whether the named attribute exists for this object.
bool attrExists(const char* name) const;
bool attrExists(const H5std_string& name) const;