9 /// Make sure the callback object is in good shape
10 boolean are_you_there
(out string answer
);
12 /// Receive the first callback
13 oneway
void test_oneway
();
16 oneway
void shutdown
();
21 * Clients connect to this interface passing in a Callback
23 * The service will then invoke all the methods on the
29 /// Invoke the callback object from the server
30 oneway
void run_test
(in Callback the_callback
);