Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
authoreap <eap@opencascade.com>
Wed, 7 Mar 2012 14:52:53 +0000 (14:52 +0000)
committereap <eap@opencascade.com>
Wed, 7 Mar 2012 14:52:53 +0000 (14:52 +0000)
commitf5efe8066bf950115dc8e92201c0d4e35b7040b2
treecb30f1a88ccb1abdec7a643b36af6d3403cc5da9
parent27624ded2e10707932e7d306f3dbcea7d7e7014f
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  Store names of variables set via UpdateParameters() in myLastParameters field

-  void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters);
+  void UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char* theParameters);

+  const std::vector< std::string >& GetLastParameters() const { return myLastParameters; }
+  std::vector< std::string >                               myLastParameters;
src/SMESH_I/SMESH_Gen_i.hxx
src/SMESH_I/SMESH_Gen_i_1.cxx