blob: e390ec5911c7f356124a3ac431e294c9e456180f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// -*- C++ -*-
//
// $Id$
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE CORBA::ULong
TAO_Reply_Dispatcher::reply_status (void) const
{
return this->reply_status_;
}
TAO_END_VERSIONED_NAMESPACE_DECL
|