]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Modifications to avoid clients to add compulsary lines of code for trace.
authorageay <ageay>
Fri, 26 Aug 2005 13:43:00 +0000 (13:43 +0000)
committerageay <ageay>
Fri, 26 Aug 2005 13:43:00 +0000 (13:43 +0000)
src/MEDMEM_SWIG/libMEDMEM_Swig.i

index 6c6c5e542af18d577e2881c997d1c5fbcc033e5b..65204a0eb8694ac503c200599aa3512a4c8fb57f 100644 (file)
 #include "MEDMEM_DriverFactory.hxx"
 #include "MEDMEM_SWIG_Templates.hxx"
 
-#ifdef _DEBUG_
-#include "LocalTraceCollector.hxx"
-#endif /* ifdef _DEBUG_*/
-
   using namespace MEDMEM;
   using namespace MED_EN;
 %}
     }
 }
 
-/*
-  Initialisation block in the case of the debug mode (definition of _DEBUG_
-  compilation switch) and due to the LocalTraceCollector mechanism
-*/
-
-%init %{
-#ifdef _DEBUG_
-  LocalTraceCollector::instance();
-#endif /* ifdef _DEBUG_*/
-%}
-
 /*
   managing the use of operator= of any class by renaming it assign()
   because assignment can't be overloaded in python.