mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-01 13:10:32 +05:00
SALOME Mesh module
e5dab7ea91
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 ); + + |
||
---|---|---|
adm_local | ||
bin | ||
doc | ||
idl | ||
resources | ||
src | ||
AUTHORS | ||
build_cmake | ||
build_cmake.bat | ||
build_configure | ||
ChangeLog | ||
clean_configure | ||
configure.ac | ||
COPYING | ||
cvs-tags | ||
INSTALL | ||
LICENCE | ||
Makefile.am | ||
NEWS | ||
README | ||
SMESH_version.h.in |