00001 // -*- C++ -*- 00002 // 00003 // $Id: Reply_Dispatcher.inl 79705 2007-09-24 07:45:37Z johnnyw $ 00004 00005 00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00007 00008 ACE_INLINE GIOP::LocateStatusType 00009 TAO_Reply_Dispatcher::locate_reply_status (void) const 00010 { 00011 return this->locate_reply_status_; 00012 } 00013 00014 ACE_INLINE GIOP::ReplyStatusType 00015 TAO_Reply_Dispatcher::reply_status (void) const 00016 { 00017 return this->reply_status_; 00018 } 00019 00020 TAO_END_VERSIONED_NAMESPACE_DECL