diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-03 20:23:35 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-03 20:23:35 +0000 |
commit | a9bd56a4f7b7958e87e13752c287f5056b7e3fdb (patch) | |
tree | 8c4c5f9b7c85a50b26ec8a62898784e9e1f0f607 /TAO/tao/CDR.h | |
parent | d8a6f7fedc4ba8f53b5a17ee4b33ee0a75a8c352 (diff) | |
download | ATCD-a9bd56a4f7b7958e87e13752c287f5056b7e3fdb.tar.gz |
ChangeLogTag:Thu Jun 3 15:16:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r-- | TAO/tao/CDR.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h index 0a100768379..43f0ac95080 100644 --- a/TAO/tao/CDR.h +++ b/TAO/tao/CDR.h @@ -108,7 +108,7 @@ public: CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc, TAO_InputCDR *src, CORBA_Environment &ACE_TRY_ENV = - CORBA::default_environment ()); + TAO_default_environment ()); // Append the contents of the CDR stream based on information // described by <tc>; returning any errors in <TAO_IN_ENV>. @@ -121,7 +121,7 @@ public: const void *data, const void *, CORBA_Environment &ACE_TRY_ENV = - CORBA::default_environment ()); + 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. @@ -218,14 +218,14 @@ public: const void *data, const void *, CORBA_Environment &ACE_TRY_ENV = - CORBA::default_environment ()); + TAO_default_environment ()); // Demarshall the contents of the CDR stream into <data> as // described by <tc>; returning any errors in <TAO_IN_ENV>. CORBA::TypeCode::traverse_status skip ( CORBA::TypeCode_ptr tc, CORBA_Environment &ACE_TRY_ENV = - CORBA::default_environment ()); + TAO_default_environment ()); // Skip the contents of the CDR stream based on information // described by <tc>; returning any errors in <TAO_IN_ENV>. |