summaryrefslogtreecommitdiff
path: root/TAO/tao/DomainC.i
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.i
parent1edb96d85b266e120d4d9446fd78942345b0b10d (diff)
downloadATCD-82b5c6cfc962509b662c157658ed2846fa44a108.tar.gz
AbstractBase.*
Diffstat (limited to 'TAO/tao/DomainC.i')
-rw-r--r--TAO/tao/DomainC.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DomainC.i b/TAO/tao/DomainC.i
index 1bd874d2b4d..12b934c2f68 100644
--- a/TAO/tao/DomainC.i
+++ b/TAO/tao/DomainC.i
@@ -29,7 +29,7 @@ CORBA::DomainManager::DomainManager (
CORBA::Boolean _tao_collocated,
TAO_Abstract_ServantBase *servant
)
- : CORBA_Object (objref, _tao_collocated, servant)
+ : Object (objref, _tao_collocated, servant)
{
this->CORBA_DomainManager_setup_collocation (_tao_collocated);
}
@@ -47,7 +47,7 @@ CORBA::ConstructionPolicy::ConstructionPolicy (
CORBA::Boolean _tao_collocated,
TAO_Abstract_ServantBase *servant
)
- : CORBA_Object (objref, _tao_collocated, servant)
+ : Object (objref, _tao_collocated, servant)
{
this->CORBA_ConstructionPolicy_setup_collocation (_tao_collocated);
}