summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORManipulation/IORC.h')
-rw-r--r--TAO/tao/IORManipulation/IORC.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IORManipulation/IORC.h b/TAO/tao/IORManipulation/IORC.h
index 9685178d0ca..b5b968cd499 100644
--- a/TAO/tao/IORManipulation/IORC.h
+++ b/TAO/tao/IORManipulation/IORC.h
@@ -357,7 +357,7 @@ TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_MultiProfileList;
#define _TAO_IOP_TAO_IOR_PROPERTY_CH_
class TAO_IORManip_Export TAO_IOR_Property
- : public virtual CORBA_Object
+ : public virtual CORBA::Object
{
public:
#if !defined(__GNUC__) || !defined (ACE_HAS_GNUG_PRE_2_8)
@@ -523,7 +523,7 @@ TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_MultiProfileList;
#define _TAO_IOP_TAO_IOR_MANIPULATION_CH_
class TAO_IORManip_Export TAO_IOR_Manipulation
- : public virtual CORBA_Object
+ : public virtual CORBA::Object
{
public:
#if !defined(__GNUC__) || !defined (ACE_HAS_GNUG_PRE_2_8)
@@ -597,10 +597,10 @@ TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_MultiProfileList;
virtual void _downcast (
void* target,
- CORBA_Object *src
+ CORBA::Object *src
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
- virtual CORBA_Object* _upcast (void *src) const;
+ virtual CORBA::Object* _upcast (void *src) const;
};
#endif /* end #if !defined */