3 // ===================================================================
7 * @author Nanbor Wang <nanbor@cs.wustl.edu>
8 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
10 // ===================================================================
12 #ifndef TAO_INTERCEPTOR_TEST_I_H
13 #define TAO_INTERCEPTOR_TEST_I_H
17 class Visual_i
: public POA_Test_Interceptors::Visual
20 Visual_i (CORBA::ORB_ptr orb
);
22 virtual CORBA::Long
calculate (CORBA::Long one
,
25 void normal (CORBA::Long arg
,
26 CORBA::String_out msg
);
28 virtual Test_Interceptors::Visual::VarLenStruct
* the_structure ();
30 virtual void user (void);
32 virtual void system (void);
34 virtual void shutdown (void);
42 #endif /* TAO_INTERCEPTOR_TEST_I_H */