3 //=============================================================================
9 //=============================================================================
12 #ifndef CDR_OUT_ARG_TEST_I_H
13 #define CDR_OUT_ARG_TEST_I_H
18 * @class CDR_Out_Arg_i
20 * Implements the CDR_Out_Arg interface
22 class CDR_Out_Arg_i
: public POA_Interop::CDR_Out_Arg
25 CDR_Out_Arg_i (CORBA::ORB_ptr orb
);
27 void get_out (CORBA::Long_out arg
);
32 /// The ORB pseudo-reference (for shutdown).
36 #endif /* TAO_INTERCEPTOR_TEST_I_H */