summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInfo.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-03 18:05:58 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-03 18:05:58 +0000
commit8508b5e8869ccb623a9349bfd628770806e6fe70 (patch)
tree179a2228efb8e611b4f059ff4e602f5cfa2a6186 /TAO/tao/ClientRequestInfo.h
parenta7e4dabec2262d02b6c5e1bc2298bbe77cf6ef1d (diff)
downloadATCD-8508b5e8869ccb623a9349bfd628770806e6fe70.tar.gz
ChangeLogTag:Tue Apr 3 10:54:29 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/ClientRequestInfo.h')
-rw-r--r--TAO/tao/ClientRequestInfo.h24
1 files changed, 16 insertions, 8 deletions
diff --git a/TAO/tao/ClientRequestInfo.h b/TAO/tao/ClientRequestInfo.h
index 13dae677050..3b559484d92 100644
--- a/TAO/tao/ClientRequestInfo.h
+++ b/TAO/tao/ClientRequestInfo.h
@@ -160,14 +160,13 @@ public:
CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException));
-protected:
- /// Helper method to get the request and response service contexts.
- IOP::ServiceContext *get_service_context_i (
- TAO_Service_Context &service_context_list,
- IOP::ServiceId id,
- CORBA::Environment &ACE_TRY_ENV)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
+ /** @name Stub helper methods
+ *
+ * The following methods are used in the implementation of the
+ * Stubs, they are not part of the ClientRequestInfo interface, but
+ * an extension used internally by TAO.
+ */
+ //@{
/// Change the exception status.
void exception (CORBA::Exception *exception);
@@ -182,6 +181,15 @@ protected:
/// PortableInterceptor::ForwardRequest exception, and set the reply
/// status flag accordingly.
void forward_reference (PortableInterceptor::ForwardRequest &exc);
+ //@}
+
+protected:
+ /// Helper method to get the request and response service contexts.
+ IOP::ServiceContext *get_service_context_i (
+ TAO_Service_Context &service_context_list,
+ IOP::ServiceId id,
+ CORBA::Environment &ACE_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException));
protected: