]> SALOME platform Git repositories - modules/shaper.git/blob - src/PyInterp/PyInterp_Event.cpp
Salome HOME
Introduce Long Operation event: now for waiting cursor only
[modules/shaper.git] / src / PyInterp / PyInterp_Event.cpp
1
2
3 #include "PyInterp_Event.h"
4 #include "PyInterp_Request.h"
5
6 void PyInterp_ExecuteEvent::Execute()
7 {
8   myRequest->execute();
9 }