diff options
Diffstat (limited to 'TAO/tao/ClientRequestInfo.h')
-rw-r--r-- | TAO/tao/ClientRequestInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/ClientRequestInfo.h b/TAO/tao/ClientRequestInfo.h index 3b559484d92..ef92b0c92c7 100644 --- a/TAO/tao/ClientRequestInfo.h +++ b/TAO/tao/ClientRequestInfo.h @@ -167,6 +167,7 @@ public: * an extension used internally by TAO. */ //@{ + /// Change the exception status. void exception (CORBA::Exception *exception); @@ -184,6 +185,7 @@ public: //@} protected: + /// Helper method to get the request and response service contexts. IOP::ServiceContext *get_service_context_i ( TAO_Service_Context &service_context_list, |