summaryrefslogtreecommitdiffstats
path: root/c++/src/H5OcreatProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5OcreatProp.h')
-rw-r--r--c++/src/H5OcreatProp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/src/H5OcreatProp.h b/c++/src/H5OcreatProp.h
index 0fda34d..823f747 100644
--- a/c++/src/H5OcreatProp.h
+++ b/c++/src/H5OcreatProp.h
@@ -17,9 +17,7 @@
#ifndef __H5ObjCreatPropList_H
#define __H5ObjCreatPropList_H
-#ifndef H5_NO_NAMESPACE
namespace H5 {
-#endif
//! Class ObjCreatPropList represents the HDF5 object creation property list.
class H5_DLLCPP ObjCreatPropList : public PropList {
@@ -70,7 +68,5 @@ class H5_DLLCPP ObjCreatPropList : public PropList {
#endif // DOXYGEN_SHOULD_SKIP_THIS
};
-#ifndef H5_NO_NAMESPACE
}
-#endif
#endif // __H5ObjCreatPropList_H