eap
e5dab7ea91
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 );
+
+
2010-11-12 14:39:34 +00:00
..
2010-10-14 11:08:31 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-08-09 08:38:48 +00:00
2010-05-07 15:08:23 +00:00
2010-10-25 13:43:31 +00:00
2010-09-21 13:48:27 +00:00
2010-11-12 14:27:47 +00:00
2010-11-12 14:39:34 +00:00
2010-11-04 12:44:53 +00:00
2010-09-27 15:28:50 +00:00
2010-11-05 21:43:14 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-11-12 14:33:09 +00:00
2010-11-12 14:33:34 +00:00
2010-11-10 15:19:59 +00:00
2010-09-30 13:25:40 +00:00
2010-05-07 15:08:23 +00:00
2010-09-29 08:00:24 +00:00
2010-09-27 15:28:50 +00:00