9 /// Receive the first callback
10 oneway
void test_oneway
();
14 * Clients connect to this interface passing in a Callback
16 * The service will then invoke all the methods on the
22 /// Invoke the callback object from the server
23 oneway
void run_test
(in Callback the_callback
);