Salome HOME
It replaces direct names of constraints to the specific kind.
[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 }