3 #if !defined(__ACE_INLINE__)
4 #include "Server_i.inl"
5 #endif /* __ACE_INLINE__ */
8 Server_i::set_callback (Test::Callback_ptr callback
)
10 this->callback_
= Test::Callback::_duplicate (callback
);
14 Server_i::request (Test::TimeStamp time_stamp
,
15 const Test::Payload
&payload
)
17 if (CORBA::is_nil (this->callback_
.in ()))
20 this->callback_
->response (time_stamp
, payload
);