diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-07-24 14:21:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-07-24 14:21:05 +0000 |
commit | 27eee0ac919be9a93e5120af14906d00c1311a14 (patch) | |
tree | 77ac9aea6f2e29e807a9d94a26e194fdef5dd88b /TAO/tao/CDR.inl | |
parent | 656cd314b3401b921f55c10a3c0841dfa37c2e23 (diff) | |
download | ATCD-27eee0ac919be9a93e5120af14906d00c1311a14.tar.gz |
Tue Jul 24 12:20:23 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/CDR.inl')
-rw-r--r-- | TAO/tao/CDR.inl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/CDR.inl b/TAO/tao/CDR.inl index 57162a0e0c4..4457de2c02f 100644 --- a/TAO/tao/CDR.inl +++ b/TAO/tao/CDR.inl @@ -57,6 +57,12 @@ TAO_OutputCDR::timeout (void) const return this->timeout_; } +ACE_INLINE void +TAO_OutputCDR::get_version (TAO_GIOP_Message_Version& giop_version) +{ + giop_version.major = this->major_version_; + giop_version.minor = this->minor_version_; +} // ------------------------------------------------------------------- ACE_INLINE |