Salome HOME
void UpdateParameters(const char* theParameters)
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 857a9270aa0e04a52cf09b543c2625a71664643d..bd0a5ec9091c2e3433b07622ed1dbf5c13313e64 100644 (file)
@@ -556,10 +556,10 @@ public:
    */
   SALOMEDS::SObject_ptr GetAlgoSO(const ::SMESH_Algo* algo);
 
-  void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters);
+  void UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char* theParameters);
   char* GetParameters(CORBA::Object_ptr theObject);
   char* ParseParameters(const char* theParameters);
-
+  const std::vector< std::string >& GetLastParameters() const { return myLastParameters; }
 
 private:
   // Create hypothesis of given type
@@ -602,6 +602,7 @@ private:
   // Dump Python: trace of API methods calls
   std::map < int, Handle(TColStd_HSequenceOfAsciiString) > myPythonScripts;
   bool                                                     myIsHistoricalPythonDump;
+  std::vector< std::string >                               myLastParameters;
 };