Salome HOME
Porting to SALOME_8.2.0 : Debug visualization selection for AIS_Trihedron axes.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.cpp
index 946096f28cd658795b5a0f204c3f3924e07247d5..fba142217242795d627b5727602fdcd30e076a0e 100644 (file)
@@ -37,8 +37,6 @@
 #include <dlfcn.h>
 #endif
 
-using namespace std;
-
 #ifdef _DEBUG
 #include <iostream>
 #endif
@@ -59,7 +57,8 @@ std::shared_ptr<ModelAPI_Session> ModelAPI_Session::get()
   return MY_MANAGER;
 }
 
-const ModelAPI_EventCreator* MY_API_CREATOR = 0;  ///< instance of the events creator, one pre application
+/// instance of the events creator, one pre application
+const ModelAPI_EventCreator* MY_API_CREATOR = 0;
 
 const ModelAPI_EventCreator* ModelAPI_EventCreator::get()
 {