Salome HOME
Fix on floating bug on abort of parameter creation
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.cpp
index c7b784d3ac7f51fc2e63277450b4aad6cc7fc071..946096f28cd658795b5a0f204c3f3924e07247d5 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_Session.hxx
 // Created:     20 Mar 2014
 // Author:      Mikhail PONIKAROV
@@ -44,10 +46,6 @@ using namespace std;
 /// Manager that will be initialized from Model package, one per application
 std::shared_ptr<ModelAPI_Session> MY_MANAGER;
 
-ModelAPI_Session::ModelAPI_Session()
-{
-}
-
 void ModelAPI_Session::setSession(std::shared_ptr<ModelAPI_Session> theManager)
 {
   MY_MANAGER = theManager;