summaryrefslogtreecommitdiff
path: root/TAO/tao/Principal.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:20:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:20:52 +0000
commit82b5c6cfc962509b662c157658ed2846fa44a108 (patch)
tree05e044b047e36dd6705dd881c6e5372cc7307152 /TAO/tao/Principal.cpp
parent1edb96d85b266e120d4d9446fd78942345b0b10d (diff)
downloadATCD-82b5c6cfc962509b662c157658ed2846fa44a108.tar.gz
AbstractBase.*
Diffstat (limited to 'TAO/tao/Principal.cpp')
-rw-r--r--TAO/tao/Principal.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/tao/Principal.cpp b/TAO/tao/Principal.cpp
index 63e4ae4cfc8..ce31a26935c 100644
--- a/TAO/tao/Principal.cpp
+++ b/TAO/tao/Principal.cpp
@@ -11,19 +11,23 @@
#include "tao/Principal.i"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(tao, Principal, "$Id$")
-CORBA_Principal::CORBA_Principal (void)
+ACE_RCSID (tao,
+ Principal,
+ "$Id$")
+
+
+CORBA::Principal::Principal (void)
: refcount_ (1)
{
}
-CORBA_Principal::~CORBA_Principal (void)
+CORBA::Principal::~Principal (void)
{
}
CORBA::Boolean
-operator<< (TAO_OutputCDR& cdr, CORBA_Principal* x)
+operator<< (TAO_OutputCDR& cdr, CORBA::Principal* x)
{
if (x != 0)
{
@@ -39,7 +43,7 @@ operator<< (TAO_OutputCDR& cdr, CORBA_Principal* x)
}
CORBA::Boolean
-operator>> (TAO_InputCDR& cdr, CORBA_Principal*& x)
+operator>> (TAO_InputCDR& cdr, CORBA::Principal*& x)
{
CORBA::ULong length;
cdr.read_ulong (length);