diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-03-31 16:32:31 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-03-31 16:32:31 (GMT) |
commit | 92178e5fffb69d32d5a1f5781969a3c6b9bf9f35 (patch) | |
tree | fe0a89f7900137cb7e79da7d693bd620a95650aa /c++ | |
parent | 244fdb6d8936f9bc2363d3f64ddd8c674f53dfcf (diff) | |
download | hdf5-92178e5fffb69d32d5a1f5781969a3c6b9bf9f35.zip hdf5-92178e5fffb69d32d5a1f5781969a3c6b9bf9f35.tar.gz hdf5-92178e5fffb69d32d5a1f5781969a3c6b9bf9f35.tar.bz2 |
[svn-r12185] Purpose: Code cleanup
Description:
Removed an empty #ifdef block that was left by mistake.
Platforms tested:
Linux 2.4 (heping) - very minor
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5AbstractDs.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5ArrayType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5AtomType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5Attribute.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5CommonFG.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5CompType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5DataSet.cpp | 3 | ||||
-rw-r--r-- | c++/src/H5DataSpace.cpp | 3 | ||||
-rw-r--r-- | c++/src/H5DataType.cpp | 3 | ||||
-rw-r--r-- | c++/src/H5DcreatProp.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5DxferProp.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5EnumType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5Exception.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5FaccProp.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5FcreatProp.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5File.cpp | 3 | ||||
-rw-r--r-- | c++/src/H5FloatType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5Group.cpp | 3 | ||||
-rw-r--r-- | c++/src/H5IntType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5Library.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5Object.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5PredType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5PropList.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5StrType.cpp | 2 | ||||
-rw-r--r-- | c++/src/H5VarLenType.cpp | 2 |
25 files changed, 0 insertions, 55 deletions
diff --git a/c++/src/H5AbstractDs.cpp b/c++/src/H5AbstractDs.cpp index 055d669..1a2e7aa 100644 --- a/c++/src/H5AbstractDs.cpp +++ b/c++/src/H5AbstractDs.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5ArrayType.cpp b/c++/src/H5ArrayType.cpp index a19048f..74c572b 100644 --- a/c++/src/H5ArrayType.cpp +++ b/c++/src/H5ArrayType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5AtomType.cpp b/c++/src/H5AtomType.cpp index 2f98897..8ec0ca8 100644 --- a/c++/src/H5AtomType.cpp +++ b/c++/src/H5AtomType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp index 48d1f10..6398375 100644 --- a/c++/src/H5Attribute.cpp +++ b/c++/src/H5Attribute.cpp @@ -19,8 +19,6 @@ #endif #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5CommonFG.cpp b/c++/src/H5CommonFG.cpp index f7a89ba..ebb5195 100644 --- a/c++/src/H5CommonFG.cpp +++ b/c++/src/H5CommonFG.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5CompType.cpp b/c++/src/H5CompType.cpp index 21a32f5..a20ad37 100644 --- a/c++/src/H5CompType.cpp +++ b/c++/src/H5CompType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5DataSet.cpp b/c++/src/H5DataSet.cpp index 46bfdec..71bc466 100644 --- a/c++/src/H5DataSet.cpp +++ b/c++/src/H5DataSet.cpp @@ -17,10 +17,7 @@ #else #include <iostream> #endif - #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5DataSpace.cpp b/c++/src/H5DataSpace.cpp index 0befc6e..c7a098f 100644 --- a/c++/src/H5DataSpace.cpp +++ b/c++/src/H5DataSpace.cpp @@ -17,10 +17,7 @@ #else #include <iostream> #endif - #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5DataType.cpp b/c++/src/H5DataType.cpp index 6d3694e..985e6ad 100644 --- a/c++/src/H5DataType.cpp +++ b/c++/src/H5DataType.cpp @@ -17,10 +17,7 @@ #else #include <iostream> #endif - #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5DcreatProp.cpp b/c++/src/H5DcreatProp.cpp index d63ec9e..faa03da 100644 --- a/c++/src/H5DcreatProp.cpp +++ b/c++/src/H5DcreatProp.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5DxferProp.cpp b/c++/src/H5DxferProp.cpp index b6da395..bc3bbd1 100644 --- a/c++/src/H5DxferProp.cpp +++ b/c++/src/H5DxferProp.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5EnumType.cpp b/c++/src/H5EnumType.cpp index 462c767..c35e5c4 100644 --- a/c++/src/H5EnumType.cpp +++ b/c++/src/H5EnumType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp index d7dd475..15efde0 100644 --- a/c++/src/H5Exception.cpp +++ b/c++/src/H5Exception.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5FaccProp.cpp b/c++/src/H5FaccProp.cpp index 62d5f72..e81a04b 100644 --- a/c++/src/H5FaccProp.cpp +++ b/c++/src/H5FaccProp.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5FcreatProp.cpp b/c++/src/H5FcreatProp.cpp index aaee59c..65a03e6 100644 --- a/c++/src/H5FcreatProp.cpp +++ b/c++/src/H5FcreatProp.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5File.cpp b/c++/src/H5File.cpp index a7a690d..3b4517f 100644 --- a/c++/src/H5File.cpp +++ b/c++/src/H5File.cpp @@ -17,10 +17,7 @@ #else #include <iostream> #endif - #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5FloatType.cpp b/c++/src/H5FloatType.cpp index 53d8de2..0b62050 100644 --- a/c++/src/H5FloatType.cpp +++ b/c++/src/H5FloatType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5Group.cpp b/c++/src/H5Group.cpp index 466e9d5..9e42daa 100644 --- a/c++/src/H5Group.cpp +++ b/c++/src/H5Group.cpp @@ -17,10 +17,7 @@ #else #include <iostream> #endif - #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5IntType.cpp b/c++/src/H5IntType.cpp index e5c6e3b..a664641 100644 --- a/c++/src/H5IntType.cpp +++ b/c++/src/H5IntType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5Library.cpp b/c++/src/H5Library.cpp index af6b8da..e7dc902 100644 --- a/c++/src/H5Library.cpp +++ b/c++/src/H5Library.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5CppDoc.h" // included only for Doxygen to generate part of RM #include "H5Include.h" diff --git a/c++/src/H5Object.cpp b/c++/src/H5Object.cpp index 073c3d3..54a2ed5 100644 --- a/c++/src/H5Object.cpp +++ b/c++/src/H5Object.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5PredType.cpp b/c++/src/H5PredType.cpp index 69aae2a..8801e6d 100644 --- a/c++/src/H5PredType.cpp +++ b/c++/src/H5PredType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp index 80c1300..7cf0811 100644 --- a/c++/src/H5PropList.cpp +++ b/c++/src/H5PropList.cpp @@ -19,8 +19,6 @@ #endif #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5StrType.cpp b/c++/src/H5StrType.cpp index 1cfb114..68ac1f3 100644 --- a/c++/src/H5StrType.cpp +++ b/c++/src/H5StrType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" diff --git a/c++/src/H5VarLenType.cpp b/c++/src/H5VarLenType.cpp index c7d3dc8..0a18693 100644 --- a/c++/src/H5VarLenType.cpp +++ b/c++/src/H5VarLenType.cpp @@ -13,8 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> -#ifndef H5_NO_NAMESPACE -#endif #include "H5Include.h" #include "H5Exception.h" |