Salome HOME
Implementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
[modules/kernel.git] / src / SALOMEDSImpl / SALOMEDSImpl_Callback.hxx
index 906403c97928ddad955eaaf31f33fd0e7ccd54d1..5d196209b42ecf93b3c82ad963f53fe1a465f740 100644 (file)
@@ -59,6 +59,6 @@ class SALOMEDSIMPL_EXPORT SALOMEDSImpl_AbstractCallback
 public:
   virtual bool addSO_Notification(const SALOMEDSImpl_SObject& theSObject){return false;};
   virtual bool removeSO_Notification(const SALOMEDSImpl_SObject& theSObject){return false;};
-  virtual bool modifySO_Notification(const SALOMEDSImpl_SObject& theSObject){return false;};
+  virtual bool modifySO_Notification(const SALOMEDSImpl_SObject& theSObject, int reason ){return false;};
 };
 #endif