From: eap Date: Fri, 14 Dec 2012 10:31:23 +0000 (+0000) Subject: 21948: EDF SMESH : Memory is not freed when deleting a mesh X-Git-Tag: B4NGCMakeInt~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b39933b62d120b9788ae3003dd0c4719fabef025;p=modules%2Fkernel.git 21948: EDF SMESH : Memory is not freed when deleting a mesh + virtual void RegisterGenObj (const std::string& theIOR) {} + virtual void UnRegisterGenObj(const std::string& theIOR) {} --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Callback.hxx b/src/SALOMEDSImpl/SALOMEDSImpl_Callback.hxx index 7a4ff29da..b5c6a4213 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Callback.hxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Callback.hxx @@ -60,5 +60,7 @@ 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, int reason ){return false;}; + virtual void RegisterGenObj (const std::string& theIOR) {} + virtual void UnRegisterGenObj(const std::string& theIOR) {} }; #endif