]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
21948: EDF SMESH : Memory is not freed when deleting a mesh
authoreap <eap@opencascade.com>
Fri, 14 Dec 2012 10:31:23 +0000 (10:31 +0000)
committereap <eap@opencascade.com>
Fri, 14 Dec 2012 10:31:23 +0000 (10:31 +0000)
+  virtual void RegisterGenObj  (const std::string& theIOR) {}
+  virtual void UnRegisterGenObj(const std::string& theIOR) {}

src/SALOMEDSImpl/SALOMEDSImpl_Callback.hxx

index 7a4ff29da2dc722bc9c028a00b100236b427995f..b5c6a42130ac8d231cd3878658ebffd46ab30238 100644 (file)
@@ -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