X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Session.cpp;h=fba142217242795d627b5727602fdcd30e076a0e;hb=9dc1fc2ff6f4143369cdb2042a5e01e8e737c635;hp=d11dd623d2c4588f975a02345fc9348e74cfa456;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Session.cpp b/src/ModelAPI/ModelAPI_Session.cpp index d11dd623d..fba142217 100644 --- a/src/ModelAPI/ModelAPI_Session.cpp +++ b/src/ModelAPI/ModelAPI_Session.cpp @@ -37,8 +37,6 @@ #include #endif -using namespace std; - #ifdef _DEBUG #include #endif @@ -46,10 +44,6 @@ using namespace std; /// Manager that will be initialized from Model package, one per application std::shared_ptr MY_MANAGER; -ModelAPI_Session::ModelAPI_Session() -{ -} - void ModelAPI_Session::setSession(std::shared_ptr theManager) { MY_MANAGER = theManager; @@ -63,7 +57,8 @@ std::shared_ptr 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() {