summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Server_Request.i')
-rw-r--r--TAO/tao/TAO_Server_Request.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/TAO_Server_Request.i b/TAO/tao/TAO_Server_Request.i
index 2f68925135c..e955f3197a1 100644
--- a/TAO/tao/TAO_Server_Request.i
+++ b/TAO/tao/TAO_Server_Request.i
@@ -79,7 +79,7 @@ return this->requesting_principal_.ptr ();
}
*/
-ACE_INLINE TAO_ObjectKey &
+ACE_INLINE TAO::ObjectKey &
TAO_ServerRequest::object_key (void)
{
return this->profile_.object_key ();
@@ -128,7 +128,7 @@ TAO_ServerRequest::request_id (CORBA::ULong req)
}
ACE_INLINE void
-TAO_ServerRequest::requesting_principal (const CORBA_OctetSeq &principal)
+TAO_ServerRequest::requesting_principal (const CORBA::OctetSeq &principal)
{
this->requesting_principal_ = principal;
}