diff --git a/Code/IO/otbDEMHandler.cxx b/Code/IO/otbDEMHandler.cxx index 57584a531249e3dbc8632d9a8a9e56b39c90ef12..77752657e8a1f52c9a9ac880ab766add971efada 100644 --- a/Code/IO/otbDEMHandler.cxx +++ b/Code/IO/otbDEMHandler.cxx @@ -15,9 +15,6 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifndef __otbDEMHandler_cxx -#define __otbDEMHandler_cxx - #include "otbDEMHandler.h" #include "otbMacro.h" @@ -25,14 +22,12 @@ namespace otb { - DEMHandler ::DEMHandler() { m_ElevManager=ossimElevManager::instance(); } - - + DEMHandler ::~DEMHandler() @@ -76,10 +71,7 @@ DEMHandler ::PrintSelf(std::ostream& os, Indent indent) const { Superclass::PrintSelf(os,indent); - os << indent << "DEMHandler" << std::endl; } } // namespace otb - -#endif