Salome HOME
Fix problem with notebook updating
[modules/kernel.git] / src / SALOMEDSImpl / SALOMEDSImpl_Callback.hxx
index 0b935d0c2b6a081c1a1375052e66bda92a442659..8c5ae3c645fc85c307e6fed7a74bf11fb487c1e3 100644 (file)
@@ -61,5 +61,7 @@ public:
   virtual bool removeSO_Notification(const SALOMEDSImpl_SObject& theSObject){return false;};
   virtual bool modifySO_Notification(const SALOMEDSImpl_SObject& theSObject, int reason ){return false;};
   virtual bool modifyNB_Notification(const char* theVarName){return false;};
+  virtual void RegisterGenObj  (const std::string& theIOR) {}
+  virtual void UnRegisterGenObj(const std::string& theIOR) {}
 };
 #endif