summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-08 08:48:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-08 08:48:58 +0000
commit484a5994ea20593c2f65fa307bf65ddb554a4aba (patch)
tree8c1277ce771cebc63b26c2c0a707ab01cf4da610 /TAO/tao/TAO_Server_Request.h
parentbb466b6876f2370610be8aa4d092ee8ce6b41144 (diff)
downloadATCD-484a5994ea20593c2f65fa307bf65ddb554a4aba.tar.gz
ChangeLogTag: Tue Mar 08 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.h')
-rw-r--r--TAO/tao/TAO_Server_Request.h27
1 files changed, 8 insertions, 19 deletions
diff --git a/TAO/tao/TAO_Server_Request.h b/TAO/tao/TAO_Server_Request.h
index e1c75746b45..36ffb35a677 100644
--- a/TAO/tao/TAO_Server_Request.h
+++ b/TAO/tao/TAO_Server_Request.h
@@ -147,22 +147,18 @@ public:
/// Used with reliable oneway requests.
void send_no_exception_reply (void);
- // CORBA::Principal_ptr principal (void) const;
-
TAO::ObjectKey &object_key (void);
- /**
- * @todo This two methods should go away.
- */
- //@{
- IOP::ServiceContextList &request_service_info (void);
- IOP::ServiceContextList &reply_service_info (void);
- //@}
-
- /// Return the TAO_Service_Context
+ /// Return the request TAO_Service_Context
TAO_Service_Context &request_service_context (void);
+
+ /// Return the reply TAO_Service_Context
TAO_Service_Context &reply_service_context (void);
+ IOP::ServiceContextList &reply_service_info (void);
+
+ IOP::ServiceContextList &request_service_info (void);
+
/// Return the underlying transport
TAO_Transport *transport ();
@@ -189,12 +185,6 @@ public:
/// Set the exception type.
void exception_type (CORBA::ULong except_type);
- /// Set the requesting principal.
- /**
- * @note Deprecated in CORBA 2.4
- */
- // void requesting_principal (CORBA::Principal_ptr principal);
-
/// Set the requesting principal
void requesting_principal (const CORBA::OctetSeq & principal);
@@ -239,7 +229,7 @@ public:
/// the current interceptor flow stack.
/**
* @note It is a reference since the Portable Interceptor flow stack
- * code must be able to modify this value and use that value
+ * code must be able to modify this value and use that value
* at a later time without being forced to use TSS.
*/
size_t & interceptor_count (void);
@@ -252,7 +242,6 @@ public:
#endif /* TAO_HAS_INTERCEPTORS == 1 */
private:
-
TAO_Pluggable_Messaging *mesg_base_;
/// Operation name.