3 //=============================================================================
9 //=============================================================================
12 #ifndef TAO_INTERCEPTOR_TEST_I_H
13 #define TAO_INTERCEPTOR_TEST_I_H
20 * Implements the Visual interface in test.idl
22 class Visual_i
: public POA_Test_Interceptors::Visual
25 Visual_i (CORBA::ORB_ptr orb
);
27 void normal (CORBA::Long arg
);
38 /// The ORB pseudo-reference (for shutdown).
42 #endif /* TAO_INTERCEPTOR_TEST_I_H */