diff options
Diffstat (limited to 'c++/src/H5Exception.cpp')
-rw-r--r-- | c++/src/H5Exception.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp index d493662..807d703 100644 --- a/c++/src/H5Exception.cpp +++ b/c++/src/H5Exception.cpp @@ -18,7 +18,7 @@ #ifndef H5_NO_NAMESPACE namespace H5 { #ifndef H5_NO_STD - using namespace std; + using namespace std; #endif // H5_NO_STD #endif @@ -206,14 +206,6 @@ IdComponentException::IdComponentException(const string& func_name, const string IdComponentException::IdComponentException(const char* func_name, const char* message) : Exception(func_name, message) {} IdComponentException::~IdComponentException() {} -// The following are from Java API but not done here: -// AtomException, BtreeException, DataFiltersException, -// ExternalFileListException, FunctionEntryExitException, -// HeapException, InternalErrorException, LowLevelIOException, -// MetaDataCacheException, ResourceUnavailableException, -// SymbolTableException, ObjectHeaderException, FunctionArgumentException, -// DataStorageException - #ifndef H5_NO_NAMESPACE } // end namespace #endif |