+ virtual void RegisterGenObj (const std::string& theIOR) {}
+ virtual void UnRegisterGenObj(const std::string& theIOR) {}
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, int reason ){return false;};
+ virtual void RegisterGenObj (const std::string& theIOR) {}
+ virtual void UnRegisterGenObj(const std::string& theIOR) {}
};
#endif