summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServerRequestInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ServerRequestInfo.h')
-rw-r--r--TAO/tao/PortableServer/ServerRequestInfo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.h b/TAO/tao/PortableServer/ServerRequestInfo.h
index 1a06b7aa818..75705012037 100644
--- a/TAO/tao/PortableServer/ServerRequestInfo.h
+++ b/TAO/tao/PortableServer/ServerRequestInfo.h
@@ -31,6 +31,7 @@
#include "tao/LocalObject.h"
#include "tao/StringSeqC.h"
#include "tao/OctetSeqC.h"
+#include "tao/Service_Context.h"
#include "portableserver_export.h"
#if defined(_MSC_VER)
@@ -179,6 +180,14 @@ public:
void forward_reference (CORBA::Object_ptr obj);
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:
/// Underlying request object that contains much of the information
/// encapsulated by this ServerRequestInfo class.