summaryrefslogtreecommitdiff
path: root/TAO/tao/decode.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-23 16:24:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-23 16:24:13 +0000
commitc9e73f69397f94ce1a299357de9cac9bef64df48 (patch)
treea4a953f5e72fa593a30b9391a289ae91d0e78cb0 /TAO/tao/decode.cpp
parentfd36da47f595fd9d7000f27de922800fb68dc64b (diff)
downloadATCD-c9e73f69397f94ce1a299357de9cac9bef64df48.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/decode.cpp')
-rw-r--r--TAO/tao/decode.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/decode.cpp b/TAO/tao/decode.cpp
index 739a300de78..42d77a3c1cc 100644
--- a/TAO/tao/decode.cpp
+++ b/TAO/tao/decode.cpp
@@ -607,13 +607,13 @@ TAO_Marshal_ObjRef::decode (CORBA::TypeCode_ptr,
str.setup_encapsulation (ACE_reinterpret_cast(char*,buf), tmp);
- // XXXTAO Does IIOP_Object duplicate 'type_hint' below so
+ // @@ Does IIOP_Object duplicate 'type_hint' below so
// that we can safely free it? It does now!
ACE_NEW_RETURN (objdata,
IIOP_Object (type_hint),
CORBA::TypeCode::TRAVERSE_STOP);
- // XXXTAO The IIOP_Object created here has a String_var
+ // @@ The IIOP_Object created here has a String_var
// member to keep the string, this member is constructed using
// type_hint, at that time a plain (char*). Hence the string
// is *not* copied and it cannot be released, so the following
@@ -1091,7 +1091,7 @@ TAO_Marshal_Sequence::decode (CORBA::TypeCode_ptr tc,
// Allocate the buffer using the virtual
// _allocate_buffer method, hence the right
// constructors are invoked and size for the array
- // is OK. XXXTAO Who will free this memory? (coryan):
+ // is OK. @@ Who will free this memory? (coryan):
// the sequence will release it, since its release_
// field is 1.
seq->_allocate_buffer (bounds);