1 | |
2 | |
3 | #include "..\BC.idl" module WebFlow { |
4 | module lms{ |
5 | interface runEdys:BeanContextChild { void run(); }; interface runCasc2d:BeanContextChild{ void run(); }; interface DoneEvent{ Object getSource(); }; |
6 | }; }; |
7 | We will create 3 CORBA objects |
8 | * two modules: - runEdys - runCasc2d * one event - DoneEvent They will be added to package WebFlow.lms |