Salome HOME
Merge branch 'rbe/evol-job-newparams'
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_Study.hxx
index deae52fe4d76f008fca55621d55bd201a132a8e0..5732761f5e5bc9d3074e89fd681214cf895275bd 100644 (file)
@@ -123,6 +123,7 @@ public:
   virtual bool IsVariableUsed(const std::string& theVarName);
   virtual std::vector< std::vector<std::string> > ParseVariables(const std::string& theVars);
   virtual void attach(SALOMEDS::Observer_ptr theObserver,bool modify);
+  virtual void detach(SALOMEDS::Observer_ptr theObserver);
 
   std::string ConvertObjectToIOR(CORBA::Object_ptr theObject);
   CORBA::Object_ptr ConvertIORToObject(const std::string& theIOR);