diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-11-08 23:58:02 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-11-08 23:58:02 +0000 |
commit | 62cc5f11c3b19c0ac827170a39c38d2b2c759a1a (patch) | |
tree | 2c126bef35ac61cc753c47b18cfa2f7da7db3e85 /TAO/tao/TAO_Server_Request.i | |
parent | 93afdb2b15cc50f3528ef7f51839ca988692671a (diff) | |
download | ATCD-62cc5f11c3b19c0ac827170a39c38d2b2c759a1a.tar.gz |
ChangeLogTag: Wed Nov 8 17:49:25 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.i')
-rw-r--r-- | TAO/tao/TAO_Server_Request.i | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/TAO_Server_Request.i b/TAO/tao/TAO_Server_Request.i index 7480deb572a..8a3945ff85a 100644 --- a/TAO/tao/TAO_Server_Request.i +++ b/TAO/tao/TAO_Server_Request.i @@ -67,11 +67,12 @@ TAO_ServerRequest::sync_with_server (CORBA::Boolean sync_flag) this->sync_with_server_ = sync_flag; } -ACE_INLINE CORBA::Principal_ptr +/*ACE_INLINE CORBA::Principal_ptr TAO_ServerRequest::principal (void) const { return this->requesting_principal_.ptr (); } +*/ ACE_INLINE TAO_ObjectKey & TAO_ServerRequest::object_key (void) @@ -104,7 +105,7 @@ TAO_ServerRequest::request_id (CORBA::ULong req) } ACE_INLINE void -TAO_ServerRequest::requesting_principal (CORBA_Principal_ptr principal) +TAO_ServerRequest::requesting_principal (const CORBA_OctetSeq &principal) { this->requesting_principal_ = principal; } @@ -133,15 +134,14 @@ TAO_ServerRequest::exception_type (CORBA::ULong except_type) this->exception_type_ = except_type; } -ACE_INLINE void +ACE_INLINE void TAO_ServerRequest::is_dsi (void) { this->is_dsi_ = 1; } -ACE_INLINE void +ACE_INLINE void TAO_ServerRequest::dsi_nvlist_align (ptr_arith_t alignment) { this->dsi_nvlist_align_ = alignment; } - |