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