1 #ifndef TAO_BUG_2494_REGRESSION_TEST_I_H
2 #define TAO_BUG_2494_REGRESSION_TEST_I_H
6 class Simple_Server_i
: public POA_Simple_Server
9 // Simpler Server implementation
12 // Implements the Simple_Server interface in test.idl
15 Simple_Server_i (CORBA::ORB_ptr orb
);
18 // = The Simple_Server methods.
19 char *test_method (const char *x
);
28 #if defined(__ACE_INLINE__)
30 #endif /* __ACE_INLINE__ */
32 #endif /* TAO_BUG_2494_REGRESSION_TEST_I_H */