]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge branch 'master' of newgeom:newgeom.git
authorsbh <sergey.belash@opencascade.com>
Wed, 27 Aug 2014 06:58:49 +0000 (10:58 +0400)
committersbh <sergey.belash@opencascade.com>
Wed, 27 Aug 2014 06:58:49 +0000 (10:58 +0400)
Conflicts:
src/ModelAPI/ModelAPI_PluginManager.cpp

1  2 
src/ModelAPI/ModelAPI_PluginManager.cpp

index 2b83d0aedd99c6fb19ead5b0732b222441553099,16999630bbc4763a6b0cda8e377769192dea2284..a0750645aee28d43653316451a40ed0df62dd1a3
@@@ -56,17 -57,17 +56,17 @@@ boost::shared_ptr<ModelAPI_PluginManage
    return MY_MANAGER;
  }
  
- const ModelAPI_EventCreator* MY_CREATOR = 0;  ///< instance of the events creator, one pre application
 -const ModelAPI_EventCreator* MY_API_CREATOR = 0; ///< instance of the events creator, one pre application
++const ModelAPI_EventCreator* MY_API_CREATOR = 0;  ///< instance of the events creator, one pre application
  
  const ModelAPI_EventCreator* ModelAPI_EventCreator::get()
  {
-   if (!MY_CREATOR) {  // import Model library that implements this interface of ModelAPI
 -  if (!MY_API_CREATOR) { // import Model library that implements this interface of ModelAPI
++  if (!MY_API_CREATOR) {  // import Model library that implements this interface of ModelAPI
      Config_ModuleReader::loadLibrary("Model");
    }
-   return MY_CREATOR;
+   return MY_API_CREATOR;
  }
 -  
 +
  void ModelAPI_EventCreator::set(const ModelAPI_EventCreator* theCreator)
  {
-   MY_CREATOR = theCreator;
+   MY_API_CREATOR = theCreator;
  }