summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-23 22:58:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-23 22:58:14 +0000
commit653bf9081181d646266df4b72daffe89195d469c (patch)
tree83c650a9e12f9d1dc64b4e96b80490e97b7979f0 /TAO/tao/CDR.h
parentcab8e7012479d42e62ebefac6a3518ab5c71c284 (diff)
downloadATCD-653bf9081181d646266df4b72daffe89195d469c.tar.gz
ACE try macros changes.
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index c4dcbd2476f..54819e1c36b 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -116,7 +116,7 @@ public:
CORBA_Environment &ACE_TRY_ENV =
TAO_default_environment ());
// Append the contents of the CDR stream based on information
- // described by <tc>; returning any errors in <TAO_IN_ENV>.
+ // described by <tc>; returning any errors in <ACE_TRY_ENV>.
// @@ TODO: do we want a special method to write an array of
// strings and wstrings?
@@ -129,7 +129,7 @@ public:
CORBA_Environment &ACE_TRY_ENV =
TAO_default_environment ());
// Marshalls the contents of <data> as described by the TypeCode in
- // <tc>. Any errors are reported though the <TAO_IN_ENV> parameter.
+ // <tc>. Any errors are reported though the <ACE_TRY_ENV> parameter.
private:
TAO_OutputCDR (const TAO_OutputCDR& rhs);
@@ -221,13 +221,13 @@ public:
CORBA_Environment &ACE_TRY_ENV =
TAO_default_environment ());
// Demarshall the contents of the CDR stream into <data> as
- // described by <tc>; returning any errors in <TAO_IN_ENV>.
+ // described by <tc>; returning any errors in <ACE_TRY_ENV>.
CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
CORBA_Environment &ACE_TRY_ENV =
TAO_default_environment ());
// Skip the contents of the CDR stream based on information
- // described by <tc>; returning any errors in <TAO_IN_ENV>.
+ // described by <tc>; returning any errors in <ACE_TRY_ENV>.
TAO_ORB_Core *orb_core (void) const;
// Accessor