00001 // -*- C++ -*- 00002 // 00003 // $Id: Reply_Dispatcher.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00007 00008 ACE_INLINE CORBA::ULong 00009 TAO_Reply_Dispatcher::reply_status (void) const 00010 { 00011 return this->reply_status_; 00012 } 00013 00014 TAO_END_VERSIONED_NAMESPACE_DECL