2 //=============================================================================
8 //=============================================================================
11 #ifndef TAO_INTERCEPTOR_TEST_I_H
12 #define TAO_INTERCEPTOR_TEST_I_H
19 * Implements the Visual interface in test.idl
21 class Visual_i
: public POA_Test_Interceptors::Visual
25 Visual_i (CORBA::ORB_ptr orb
);
27 void normal (CORBA::Long arg
);
29 CORBA::Long
calculate (
40 /// The ORB pointer (for shutdown.)
44 #endif /* TAO_INTERCEPTOR_TEST_I_H */