Salome HOME
0020918: EDF 1447 SMESH: Mesh common borders
authoreap <eap@opencascade.com>
Fri, 12 Nov 2010 14:39:34 +0000 (14:39 +0000)
committereap <eap@opencascade.com>
Fri, 12 Nov 2010 14:39:34 +0000 (14:39 +0000)
commite5dab7ea91998761f2ed4fd374a9de0e49cf857a
treee6db86c88f5b6c2d03b8d0a99189d6fb122bdf79
parent232594508eb7cc564c2ad65f0dd11939d41d990d
0020918: EDF 1447 SMESH: Mesh common borders
   Add means to notify CORBA API implementation level on group removal
   caused by hypotheses events (maybe in other mesh)

-  void RemoveGroup (const int theGroupID);
+  bool RemoveGroup (const int theGroupID);

+  struct TRmGroupCallUp
+  {
+    virtual void RemoveGroup (const int theGroupID)=0;
+    virtual ~TRmGroupCallUp() {}
+  };
+  void SetRemoveGroupCallUp( TRmGroupCallUp * upCaller );
+
+
src/SMESH/SMESH_Mesh.cxx
src/SMESH/SMESH_Mesh.hxx