summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 00:50:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 00:50:00 +0000
commit145fa9eafbef7ef71a521c9bc5b5accf4b7f9688 (patch)
treef658863674a9979b635a9961af822dcd796d166c /TAO/tao/CDR.h
parent8a98b3e0773d5a1d17cf71dae0fd5b5afc6f32dd (diff)
downloadATCD-145fa9eafbef7ef71a521c9bc5b5accf4b7f9688.tar.gz
ChangeLogTag:Fri Aug 21 19:22:27 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
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 c3488e2f91f..9f532daf36e 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -242,7 +242,7 @@ public:
CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Append the contents of the CDR stream based on information
// described by <tc>; returning any errors in <env>.
@@ -278,7 +278,7 @@ public:
CORBA::TypeCode::traverse_status encode (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Marshalls the contents of <data> as described by the TypeCode in
// <tc>. Any errors are reported though the <env> parameter.
@@ -480,7 +480,7 @@ public:
CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Demarshall the contents of the CDR stream into <data> as
// described by <tc>; returning any errors in <env>.
@@ -510,7 +510,7 @@ public:
// Return CORBA::B_FALSE on failure and CORBA::B_TRUE on success.
CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Skip the contents of the CDR stream based on information
// described by <tc>; returning any errors in <env>.