1 /// Put the interfaces in a module, to avoid global namespace pollution
4 /// A very simple interface
7 /// Return a simple string
10 /// A method to shutdown the ORB
11 oneway
void shutdown
();
14 // A derived interface
15 interface HelloAgain
: Hello
17 string get_string_again
();