diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-31 18:14:53 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-31 18:14:53 +0000 |
commit | b60b85d8455663b44af5a8ab90e01b28211e2aa4 (patch) | |
tree | 459333aaeffce07d580e66cfefcbc6a9b550b942 /TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl | |
parent | 6441a72082acd62852c9f7ccdd90aec8665821d2 (diff) | |
download | ATCD-b60b85d8455663b44af5a8ab90e01b28211e2aa4.tar.gz |
ChangeLogTag: Tue Oct 31 12:01:10 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl')
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl new file mode 100644 index 00000000000..d1b661944c4 --- /dev/null +++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.inl @@ -0,0 +1,26 @@ +// $Id$ + +#if (TAO_HAS_MINIMUM_CORBA == 0) + +ACE_INLINE CORBA::ULong +TAO_DII_Deferred_Reply_Dispatcher::reply_status (void) const +{ + return this->reply_status_; +} + +#if 0 +ACE_INLINE const TAO_GIOP_Version& +TAO_DII_Deferred_Reply_Dispatcher::version (void) const +{ + return this->version_; +} + +#endif /*If 0 */ + +ACE_INLINE void +TAO_DII_Deferred_Reply_Dispatcher::transport (TAO_Transport *t) +{ + this->transport_ = t; +} + +#endif /* TAO_HAS_MINIMUM_CORBA */ |