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.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Server_Request.i b/TAO/tao/TAO_Server_Request.i
index 2f68925135c..7552a3e7a24 100644
--- a/TAO/tao/TAO_Server_Request.i
+++ b/TAO/tao/TAO_Server_Request.i
@@ -1,4 +1,5 @@
// -*- C++ -*-
+//
// $Id$
ACE_INLINE TAO_ORB_Core *
@@ -128,7 +129,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;
}