2 //=============================================================================
6 * @author Carlos O'Ryan <coryan@uci.edu>
8 //=============================================================================
11 #ifndef TAO_MPROFILE_TEST_I_H
12 #define TAO_MPROFILE_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
27 Simple_Server_i (CORBA::ORB_ptr orb
);
32 // = The Simple_Server methods.
33 CORBA::Long
remote_call ();
43 #endif /* TAO_MPROFILE_TEST_I_H */