2 //=============================================================================
6 * @author Carlos O'Ryan
8 //=============================================================================
11 #ifndef TAO_MT_SERVER_TEST_I_H
12 #define TAO_MT_SERVER_TEST_I_H
15 #include "tao/RTScheduling/RTScheduler_Manager.h"
16 #include "Task_Stats.h"
19 * @class Simple_Server_i
21 * @brief Simpler Server implementation
23 * Implements the Simple_Server interface in test.idl
25 class Simple_Server_i
: public POA_Simple_Server
29 Simple_Server_i (CORBA::ORB_ptr orb
,
30 RTScheduling::Current_ptr current
,
34 // = The Simple_Server methods.
35 CORBA::Long
test_method (CORBA::Long x
);
42 RTScheduling::Current_var current_
;
43 Task_Stats
& task_stats_
;
47 #if defined(__ACE_INLINE__)
49 #endif /* __ACE_INLINE__ */
51 #endif /* TAO_MT_SERVER_TEST_I_H */