summaryrefslogtreecommitdiff
path: root/TAO/tao/Marshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Marshal.h')
-rw-r--r--TAO/tao/Marshal.h144
1 files changed, 72 insertions, 72 deletions
diff --git a/TAO/tao/Marshal.h b/TAO/tao/Marshal.h
index a2a6b2e72df..533b647e466 100644
--- a/TAO/tao/Marshal.h
+++ b/TAO/tao/Marshal.h
@@ -24,13 +24,13 @@ CORBA::TypeCode::traverse_status
DEEP_COPY (CORBA::TypeCode_ptr param,
const void *source,
const void *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
CORBA::TypeCode::traverse_status
DEEP_FREE (CORBA::TypeCode_ptr param,
const void *source,
const void *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// = Forward declarations.
class TAO_Marshal_Object;
@@ -62,7 +62,7 @@ public:
// destructor
virtual TAO_Marshal_Object *make_marshal_object (CORBA::TypeCode_ptr tc,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Factory method that returns the appropriate marshal object.
private:
@@ -107,25 +107,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env) = 0;
+ CORBA_Environment &_env = CORBA_Environment::default_environment ()) = 0;
// encoding operation
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env) = 0;
+ CORBA_Environment &_env = CORBA_Environment::default_environment ()) = 0;
// decoding operation
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env) = 0;
+ CORBA_Environment &_env = CORBA_Environment::default_environment ()) = 0;
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env) = 0;
+ CORBA_Environment &_env = CORBA_Environment::default_environment ()) = 0;
// append operation
TAO_Marshal_Object (void);
@@ -150,25 +150,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -188,25 +188,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *source,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -226,25 +226,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -264,25 +264,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -302,25 +302,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -340,25 +340,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -378,25 +378,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -416,25 +416,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -454,25 +454,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -492,25 +492,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -530,25 +530,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -567,25 +567,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};
@@ -604,25 +604,25 @@ public:
const void *data,
const void *,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status decode (CORBA::TypeCode_ptr tc,
const void *data,
const void *parent_typecode,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
static CORBA::TypeCode::traverse_status deep_free (CORBA::TypeCode_ptr tc,
const void *data,
const void *,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
void *context,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// skip operation
virtual CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
TAO_OutputCDR *dest,
- CORBA::Environment &env);
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// append operation
};