summaryrefslogtreecommitdiff
path: root/TAO/tao/DomainC.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/DomainC.cpp
parent1edb96d85b266e120d4d9446fd78942345b0b10d (diff)
downloadATCD-82b5c6cfc962509b662c157658ed2846fa44a108.tar.gz
AbstractBase.*
Diffstat (limited to 'TAO/tao/DomainC.cpp')
-rw-r--r--TAO/tao/DomainC.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/DomainC.cpp b/TAO/tao/DomainC.cpp
index 1b37e4710b5..de85cbcd4a1 100644
--- a/TAO/tao/DomainC.cpp
+++ b/TAO/tao/DomainC.cpp
@@ -387,7 +387,7 @@ CORBA::_TAO_DomainManager_Remote_Proxy_Impl::_TAO_DomainManager_Remote_Proxy_Imp
// Remote Implementation of the IDL interface methods
::CORBA::Policy_ptr CORBA::_TAO_DomainManager_Remote_Proxy_Impl::get_domain_policy (
- CORBA_Object *_collocated_tao_target_,
+ CORBA::Object *_collocated_tao_target_,
CORBA::PolicyType policy_type
ACE_ENV_ARG_DECL
)
@@ -741,7 +741,7 @@ CORBA::Boolean CORBA::DomainManager::_is_a (const CORBA::Char *value ACE_ENV_ARG
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
+ return this->Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA::DomainManager::_tao_QueryInterface (ptr_arith_t type)
@@ -1168,7 +1168,7 @@ CORBA::_TAO_ConstructionPolicy_Remote_Proxy_Impl::_TAO_ConstructionPolicy_Remote
// Remote Implementation of the IDL interface methods
void CORBA::_TAO_ConstructionPolicy_Remote_Proxy_Impl::make_domain_manager (
- CORBA_Object *_collocated_tao_target_,
+ CORBA::Object *_collocated_tao_target_,
CORBA::InterfaceDef_ptr object_type,
CORBA::Boolean constr_policy
ACE_ENV_ARG_DECL
@@ -1516,7 +1516,7 @@ CORBA::Boolean CORBA::ConstructionPolicy::_is_a (const CORBA::Char *value ACE_EN
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
+ return this->Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA::ConstructionPolicy::_tao_QueryInterface (ptr_arith_t type)
@@ -1681,7 +1681,7 @@ CORBA::_TAO_Unbounded_Object_Sequence_CORBA_DomainManagerList::_shrink_buffer (C
void
CORBA::_TAO_Unbounded_Object_Sequence_CORBA_DomainManagerList::_downcast (
void* target,
- CORBA_Object *src
+ CORBA::Object *src
ACE_ENV_ARG_DECL
)
{
@@ -1690,7 +1690,7 @@ CORBA::_TAO_Unbounded_Object_Sequence_CORBA_DomainManagerList::_downcast (
ACE_CHECK;
}
-CORBA_Object*
+CORBA::Object*
CORBA::_TAO_Unbounded_Object_Sequence_CORBA_DomainManagerList::_upcast (void *src) const
{
CORBA::DomainManager **tmp = ACE_static_cast (CORBA::DomainManager**, src);