Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_1269_Regression / Test.idl
blob6b487f52cb20646235290ab2871a1621fbb61505
1 /**
2 * @file Test.idl
4 * @author Carlos O'Ryan <coryan@atdesk.com>
5 */
6 #ifndef Test__idl_
7 #define Test__idl_
9 module Test
11 typedef sequence<octet> Payload;
12 interface Echo
14 void echo_payload(in Payload data);
17 interface Echo_Caller
19 void start_task(in Echo client);
21 oneway void shutdown();
25 #endif /* Test__idl_ */