summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IdComponent.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-08 03:45:06 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-08 03:45:06 (GMT)
commit45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b (patch)
tree0471d19732edd71e62d0d64b3e027b4559ebf079 /c++/src/H5IdComponent.h
parent1a60beea6999013c8763f939655087e2da266225 (diff)
downloadhdf5-45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b.zip
hdf5-45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b.tar.gz
hdf5-45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b.tar.bz2
Code improvement
Description: - Moved class H5File to inherit from class Group because an HDF5 file is a root group - Cleanup header file inclusion and class forward declaration - Revised comments Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5IdComponent.h')
-rw-r--r--c++/src/H5IdComponent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/H5IdComponent.h b/c++/src/H5IdComponent.h
index 24d1d1b..0f83168 100644
--- a/c++/src/H5IdComponent.h
+++ b/c++/src/H5IdComponent.h
@@ -19,7 +19,8 @@
namespace H5 {
-class DataSpace;
+//class DataSpace;
+
/*! \class IdComponent
\brief Class IdComponent provides wrappers of the C functions that
operate on an HDF5 identifier.