2 //=============================================================================
6 * @author Balachandran Natarajan
8 //=============================================================================
11 #ifndef MPROFILE_FORWARDING_TEST_I_H
12 #define MPROFILE_FORWARDING_TEST_I_H
17 * @class Simple_Server_i
19 * @brief Simpler Server implementation
21 * Implements the Simple_Server interface in test.idl
23 class Simple_Server_i
: public POA_Simple_Server
26 Simple_Server_i (CORBA::ORB_ptr orb
);
31 Simple_Server_i (void);
33 // = The Simple_Server methods.
34 void remote_call (void);
43 #if defined(__ACE_INLINE__)
45 #endif /* __ACE_INLINE__ */
47 #endif /* TAO_MT_CLIENT_TEST_I_H */