From b39933b62d120b9788ae3003dd0c4719fabef025 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 14 Dec 2012 10:31:23 +0000 Subject: [PATCH] 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) {} --- src/SALOMEDSImpl/SALOMEDSImpl_Callback.hxx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2