2 /// Put the interfaces in a module, to avoid global namespace pollution
5 /// A very simple interface
11 /// Return a simple string
14 /// test system exception internal
15 void system_exception_test
();
17 /// Method that has defined raises A and which throws also that
19 void user_exception_expected
() raises
(A
);
21 /// Method that has defined raises A and but which throws B
22 void user_exception_not_expected
() raises
(A
);
24 /// A method to shutdown the ORB
26 * This method is used to simplify the test shutdown process
28 oneway
void shutdown
();