2 //=============================================================================
4 * @file simple_test_i.h
6 * @author Priyanka Gontla <pgontla@ece.uci.edu>
8 //=============================================================================
11 #ifndef TAO_STRATEGIES_TEST_I_H
12 #define TAO_STRATEGIES_TEST_I_H
14 #include "simple_testS.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
);
29 // = The Simple_Server methods.
30 CORBA::Boolean
print_status (void);
38 #if defined(__ACE_INLINE__)
39 #include "simple_test_i.inl"
40 #endif /* __ACE_INLINE__ */
42 #endif /* TAO_STRATEGIES_I_H */