6 /// Implement the Test::Server interface
7 class Server_i
: public POA_Test::Server
13 /// Return 1 when the shutdown method has been invoked.
16 /// Implement the CORBA methods
18 void set_callback (Test::Callback_ptr callback
);
20 void request (Test::TimeStamp
,
21 const Test::Payload
&);
28 /// A flag to terminate the event loop
31 /// The callback object
32 Test::Callback_var callback_
;
35 #if defined(__ACE_INLINE__)
36 #include "Server_i.inl"
37 #endif /* __ACE_INLINE__ */
39 #endif /* TAO_SERVER_I_H */