diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-09 16:53:16 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-09 16:53:16 +0000 |
commit | 44f3eba2b479601a17e482b999d6f971522ade6c (patch) | |
tree | 8188854cff96329cd87e2bfa33b74f7f51fd496d /TAO/tao/Invocation.h | |
parent | f3e39e671ed2261d9c01c570bbf1ae24126f0b2d (diff) | |
download | ATCD-44f3eba2b479601a17e482b999d6f971522ade6c.tar.gz |
ChangeLogTag:Fri Jun 9 09:45:03 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r-- | TAO/tao/Invocation.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h index 7ce35374935..fb53122021e 100644 --- a/TAO/tao/Invocation.h +++ b/TAO/tao/Invocation.h @@ -146,7 +146,7 @@ protected: // In any case we must demarshal the object reference and setup the // profiles. // It returns TAO_INVOKE_RESTART unless an exception is raised. - + CORBA::ULong create_ior_info (void); // Create the IOP::IOR info. We will create the info atmost // once. This method will not work for RTCorba - Bala @@ -180,14 +180,14 @@ protected: ACE_Time_Value *max_wait_time_; // The timeout remaining for this request, it is initialized in // start() and updated as required. - + IOP::IOR ior_info_; // The ior info. This would be needed for GIOP 1.2, as the clients // could receive an exception from the server asking for this // info. The exception that the client receives is // LOC_NEEDS_ADDRESSING_MODE. If we receive an exception we will // fill up this data atmost *once* and send it to the server. - + }; // **************************************************************** @@ -218,7 +218,7 @@ public: ACE_THROW_SPEC ((CORBA::SystemException)); // Calls TAO_GIOP_Invocation::start. - int invoke (CORBA::ExceptionList &exceptions, + int invoke (CORBA::ExceptionList_ptr exceptions, CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) ACE_THROW_SPEC ((CORBA::SystemException,CORBA::UnknownUserException)); |