Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / AMI / Test.idl
bloba4095f57957316990c383b095645ddf73eb49808
1 /**
2 * @file Test.idl
4 * @author Carlos O'Ryan <coryan@atdesk.com>
5 */
7 module Test
10 interface Echo
12 string echo_operation(in string the_input);
14 void shutdown();