#include "api1/Cipres.idl" /* * This idl file is generated by the ORB Plugin */ module CipresIDL_api1 { interface GuiGenService { string showGuiDialog(in string uiXML); oneway void shutdown(); }; };