summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-17 17:52:49 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-17 17:52:49 +0000
commitfbb828e9b88a0effb89d8c92f0567abc1508d954 (patch)
tree5457233644a557048770f5d4b9df15bf9ada9805
parent5f7ce383888f3705c4443a1dc01a48b58ba623a4 (diff)
downloadATCD-fbb828e9b88a0effb89d8c92f0567abc1508d954.tar.gz
Use full qualified names instead of typedef names.
-rw-r--r--TAO/tao/except.h6
-rw-r--r--TAO/tao/iioporb.h2
-rw-r--r--TAO/tao/roa.h2
-rw-r--r--TAO/tao/svrrqst.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/except.h b/TAO/tao/except.h
index eaa7f2f8a57..57bd01f8c0e 100644
--- a/TAO/tao/except.h
+++ b/TAO/tao/except.h
@@ -8,7 +8,7 @@
// = FILENAME
// except.h
//
-// = DESCRIPTION
+// = DESCRTION
// This file defines way in which CORBA exceptions are reported.
//
// = AUTHOR
@@ -69,7 +69,7 @@ private:
// Serialize access to reference count.
};
-class ACE_Svc_Export CORBA_UserException : public CORBA::Exception
+class ACE_Svc_Export CORBA_UserException : public CORBA_Exception
{
// = TITLE
// User exceptions are those defined by application developers
@@ -82,7 +82,7 @@ protected:
// Copy and assignment operators.
};
-class ACE_Svc_Export CORBA_SystemException : public CORBA::Exception
+class ACE_Svc_Export CORBA_SystemException : public CORBA_Exception
{
// = TITLE
// System exceptions are those defined in the CORBA spec; OMG-IDL
diff --git a/TAO/tao/iioporb.h b/TAO/tao/iioporb.h
index f0cd5a3ac66..73fa4681ca4 100644
--- a/TAO/tao/iioporb.h
+++ b/TAO/tao/iioporb.h
@@ -26,7 +26,7 @@ typedef class IIOP_ORB *IIOP_ORB_ptr;
// ORB pseudo-objref
-class ACE_Svc_Export IIOP_ORB : public CORBA::ORB
+class ACE_Svc_Export IIOP_ORB : public CORBA_ORB
// = TITLE
// Bridge implementation of IIOP_ORB
//
diff --git a/TAO/tao/roa.h b/TAO/tao/roa.h
index 19561cc7ed1..f6f0030530c 100644
--- a/TAO/tao/roa.h
+++ b/TAO/tao/roa.h
@@ -29,7 +29,7 @@
class ACE_Svc_Export ROA;
typedef ROA* ROA_ptr;
-class ACE_Svc_Export ROA : public CORBA::BOA
+class ACE_Svc_Export ROA : public CORBA_BOA
// = TITLE
// Realtime Object Adapter class.
{
diff --git a/TAO/tao/svrrqst.h b/TAO/tao/svrrqst.h
index e63f09405de..7be91543ff9 100644
--- a/TAO/tao/svrrqst.h
+++ b/TAO/tao/svrrqst.h
@@ -76,7 +76,7 @@ public:
virtual CORBA::ORB_ptr __stdcall orb (void) = 0;
};
-class ACE_Svc_Export IIOP_ServerRequest : public CORBA::ServerRequest
+class ACE_Svc_Export IIOP_ServerRequest : public CORBA_ServerRequest
{
public:
// Constructor, destructor