Skip to content
Snippets Groups Projects
Commit fb20e433 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Suppression du #ifndef ... _cxx (PAS BEAU)

parent 8f78d83f
Branches
Tags
No related merge requests found
...@@ -15,9 +15,6 @@ ...@@ -15,9 +15,6 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#ifndef __otbDEMHandler_cxx
#define __otbDEMHandler_cxx
#include "otbDEMHandler.h" #include "otbDEMHandler.h"
#include "otbMacro.h" #include "otbMacro.h"
...@@ -25,14 +22,12 @@ namespace otb ...@@ -25,14 +22,12 @@ namespace otb
{ {
DEMHandler DEMHandler
::DEMHandler() ::DEMHandler()
{ {
m_ElevManager=ossimElevManager::instance(); m_ElevManager=ossimElevManager::instance();
} }
DEMHandler DEMHandler
::~DEMHandler() ::~DEMHandler()
...@@ -76,10 +71,7 @@ DEMHandler ...@@ -76,10 +71,7 @@ DEMHandler
::PrintSelf(std::ostream& os, Indent indent) const ::PrintSelf(std::ostream& os, Indent indent) const
{ {
Superclass::PrintSelf(os,indent); Superclass::PrintSelf(os,indent);
os << indent << "DEMHandler" << std::endl; os << indent << "DEMHandler" << std::endl;
} }
} // namespace otb } // namespace otb
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment