diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-09-24 08:31:39 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-09-24 08:31:39 +0000 |
commit | 98bf6fd5944c42d6378d113a97887cf6c25ff616 (patch) | |
tree | b9674398df0afb2f1a2977634505a8cc23ea28c8 /TAO/tao/PortableServer/ServerRequestInfo.h | |
parent | fa0cc67947b410a1ac3eb1502b5351a21e241d2b (diff) | |
download | ATCD-98bf6fd5944c42d6378d113a97887cf6c25ff616.tar.gz |
ChangeLogTag:Mon Sep 24 01:21:16 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PortableServer/ServerRequestInfo.h')
-rw-r--r-- | TAO/tao/PortableServer/ServerRequestInfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.h b/TAO/tao/PortableServer/ServerRequestInfo.h index 800fa901bf7..3d0c8a11266 100644 --- a/TAO/tao/PortableServer/ServerRequestInfo.h +++ b/TAO/tao/PortableServer/ServerRequestInfo.h @@ -128,6 +128,7 @@ public: CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) ACE_THROW_SPEC ((CORBA::SystemException)) ; + /// Retrieve data from the "request scope" PICurrent object. virtual CORBA::Any * get_slot ( PortableInterceptor::SlotId id, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) @@ -188,6 +189,7 @@ public: CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) ACE_THROW_SPEC ((CORBA::SystemException)); + /// Insert data into the "request scope" PICurrent object. virtual void set_slot ( PortableInterceptor::SlotId id, const CORBA::Any & data, @@ -236,6 +238,9 @@ public: //@} + /// Return a reference to the underlying TAO_ServerRequest object. + TAO_ServerRequest &server_request (void); + protected: /// Helper method to get the request and response service contexts. |