From fb20e433026c2ec11f59d02d8b6aa49bbcc44a8c Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Thu, 25 Oct 2007 08:51:47 +0000 Subject: [PATCH] Suppression du #ifndef ... _cxx (PAS BEAU) --- Code/IO/otbDEMHandler.cxx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Code/IO/otbDEMHandler.cxx b/Code/IO/otbDEMHandler.cxx index 57584a5312..77752657e8 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 -- GitLab