diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-05 01:53:59 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-05 01:53:59 +0000 |
commit | aa96c4b340b529bd64bec2baa457a780c4069d21 (patch) | |
tree | a9d62b10200c8476e50f4fb6a766288524b51eda /TAO/tao/Invocation.h | |
parent | 76ee3bda7aea799183ff8f9336267776b18e599e (diff) | |
download | ATCD-aa96c4b340b529bd64bec2baa457a780c4069d21.tar.gz |
ChangeLogTag:Mon Oct 4 20:42:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r-- | TAO/tao/Invocation.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h index dc67970042b..10dc31b27ff 100644 --- a/TAO/tao/Invocation.h +++ b/TAO/tao/Invocation.h @@ -82,13 +82,6 @@ public: // they want to. All the synchronous invocations <idle> the // Transport, but asynchronous invocations do not do that. - void put_param (CORBA::TypeCode_ptr tc, - void *value, - CORBA_Environment &ACE_TRY_ENV = - TAO_default_environment ()); - // Encodes the value into the undelying CDR stream based on the - // TypeCode parameter. - void prepare_header (CORBA::Boolean is_roundtrip, CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) @@ -232,12 +225,6 @@ public: // Exceptions are allocated and decoded here. This reduces the // footprint of the generated stubs. - void get_value (CORBA::TypeCode_ptr tc, - void *value, - CORBA_Environment &ACE_TRY_ENV = - TAO_default_environment ()); - // No CORBA::Context support (deprecated). - TAO_InputCDR &inp_stream (void); // return the underlying input stream |