X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXAOPlugin%2FXAOPlugin_OperationsCreator.hxx;h=26d645d8365743e4b464f741953d94e340ef705d;hb=1146ac90d280e25633cc85180513cf95c5cd1121;hp=5568de75da45fde4fe6ed986275d406a3b665500;hpb=bd2042b4d19d69deaf182edda40bbff83e53490a;p=modules%2Fgeom.git diff --git a/src/XAOPlugin/XAOPlugin_OperationsCreator.hxx b/src/XAOPlugin/XAOPlugin_OperationsCreator.hxx index 5568de75d..26d645d83 100755 --- a/src/XAOPlugin/XAOPlugin_OperationsCreator.hxx +++ b/src/XAOPlugin/XAOPlugin_OperationsCreator.hxx @@ -41,15 +41,13 @@ public: ~XAOPlugin_OperationsCreator(); GEOM_IOperations_i* Create( PortableServer::POA_ptr thePOA, - int theStudyId, - GEOM::GEOM_Gen_ptr theEngine, - ::GEOMImpl_Gen* theGenImpl ); + GEOM::GEOM_Gen_ptr theEngine, + ::GEOMImpl_Gen* theGenImpl ); private: - static XAOPlugin_IOperations* get( ::GEOMImpl_Gen* theGenImpl, - int theStudyId ); - + static XAOPlugin_IOperations* get(::GEOMImpl_Gen* theGenImpl); + private: - static std::map _mapOfOperations; + static XAOPlugin_IOperations* _operation; friend class XAOPlugin_IECallBack; };