2 /// Put the interfaces in a module, to avoid global namespace pollution
5 // Use "long long" to support platforms with 64-bit thread IDs.
6 typedef long long ThreadId
;
8 /// A very simple interface
11 /// Return a simple string
12 string get_string
(in ThreadId caller_threadid
);
14 /// A method to shutdown the ORB
16 * This method is used to simplify the test shutdown process
18 oneway
void shutdown
();
24 void registerHello
(in Hello h
);
25 oneway
void shutdown
();