summaryrefslogtreecommitdiff
path: root/TAO/tao/Reply_Dispatcher.i
blob: 826563e3eb5490c1a28d9881c445457f62e4067e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

ACE_INLINE CORBA::ULong
TAO_Synch_Reply_Dispatcher::reply_status (void) const
{
  return this->reply_status_;
}

ACE_INLINE const TAO_GIOP_Version&
TAO_Synch_Reply_Dispatcher::version (void) const
{
  return this->version_;
}

ACE_INLINE TAO_GIOP_ServiceContextList&
TAO_Synch_Reply_Dispatcher::reply_ctx (void)
{
  return this->reply_ctx_;
}