summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR_Encaps_Codec.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-04-30 18:27:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-04-30 18:27:25 +0000
commit59c08b476a13ed2501ffb26b365affb68fa66df9 (patch)
tree8695226afc2814f40ef0796aa7a757979759e39d /TAO/tao/CDR_Encaps_Codec.h
parent2d41208e18ad5d1f32b9bb67734b461be0c2ee7f (diff)
downloadATCD-59c08b476a13ed2501ffb26b365affb68fa66df9.tar.gz
ChangeLogTag:Mon Apr 30 11:23:45 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/CDR_Encaps_Codec.h')
-rw-r--r--TAO/tao/CDR_Encaps_Codec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/CDR_Encaps_Codec.h b/TAO/tao/CDR_Encaps_Codec.h
index bf8189983e0..41fee8fffc6 100644
--- a/TAO/tao/CDR_Encaps_Codec.h
+++ b/TAO/tao/CDR_Encaps_Codec.h
@@ -67,8 +67,8 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException,
IOP::Codec::InvalidTypeForEncoding));
- // Extract the TypeCode and the value from the octet sequence and
- // place them into an Any.
+ /// Extract the TypeCode and the value from the octet sequence and
+ /// place them into an Any.
virtual CORBA::Any * decode (const CORBA::OctetSeq & data,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ())
@@ -83,8 +83,8 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException,
IOP::Codec::InvalidTypeForEncoding));
- // Extract the value from the octet sequence, based on the given
- // TypeCode, and place it into an Any.
+ /// Extract the value from the octet sequence, based on the given
+ /// TypeCode, and place it into an Any.
virtual CORBA::Any * decode_value (const CORBA::OctetSeq & data,
CORBA::TypeCode_ptr tc,
CORBA::Environment &ACE_TRY_ENV =