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
27 Visual_i (CORBA::ORB_ptr orb
);
29 void normal (CORBA::Long arg
);
41 /// The ORB pseudo-reference (for shutdown).
46 #endif /* TAO_INTERCEPTOR_TEST_I_H */