Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / DII_AMI_Forward / test.idl
blobeeacd4899068fa55f7467dbec31ddea7a0054aa2
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: f; c-basic-offset: 2 -*- */
3 /*
4 */
6 #include "tao/PortableServer/ForwardRequest.pidl"
8 module Forward
10 interface Test
12 string do_forward (in string text);
14 oneway void shutdown ();