=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / interop-tests / CdrOutArg / idl / test.idl
blob31ce7056face03c2adb8fdb3c6453e4da3e9696c
2 //=============================================================================
3 /**
4 * @file test.idl
6 * Test to verify the correctness of the fix for bug 4141
8 * @author Phil Mesnier <mesnier_p@ociweb.com>
9 */
10 //=============================================================================
13 module Interop
16 interface CDR_Out_Arg
18 // = TITLE
19 // A test idl for checking interceptor visually.
21 // = DESCRIPTION
24 void get_out (out long arg);
25 // Normal operation.
27 oneway void shutdown ();
28 // shutdown the ORB