diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-27 20:54:56 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-27 20:54:56 +0000 |
commit | 1df3b4414122de77b38400ee34a5997d633dcc2c (patch) | |
tree | 030efd5e63c2010505194526b2c136aa0e0649e3 /TAO/tao/Reply_Dispatcher.inl | |
parent | 30102243920c57c8c73120186ef6f23d00357499 (diff) | |
download | ATCD-1df3b4414122de77b38400ee34a5997d633dcc2c.tar.gz |
Thu Jul 27 20:50:17 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.inl')
-rw-r--r-- | TAO/tao/Reply_Dispatcher.inl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/Reply_Dispatcher.inl b/TAO/tao/Reply_Dispatcher.inl new file mode 100644 index 00000000000..e390ec5911c --- /dev/null +++ b/TAO/tao/Reply_Dispatcher.inl @@ -0,0 +1,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 |