2 //=============================================================================
8 //=============================================================================
11 #ifndef SERVER_TEST_I_H
12 #define SERVER_TEST_I_H
19 * @class Stopwatch_imp
21 * @brief Stopwatch implementation class
23 * Implements the Stopwatch interface in test.idl
25 class Stopwatch_imp
: public POA_Stopwatch
29 Stopwatch_imp (CORBA::ORB_ptr
, Timer_imp
*);
31 // = The Simple_Server methods.
42 /// Hold the timer object...
46 #endif /* SERVER_TEST_I_H */