diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-20 17:20:52 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-20 17:20:52 +0000 |
commit | 82b5c6cfc962509b662c157658ed2846fa44a108 (patch) | |
tree | 05e044b047e36dd6705dd881c6e5372cc7307152 /TAO/tao/DomainC.i | |
parent | 1edb96d85b266e120d4d9446fd78942345b0b10d (diff) | |
download | ATCD-82b5c6cfc962509b662c157658ed2846fa44a108.tar.gz |
AbstractBase.*
Diffstat (limited to 'TAO/tao/DomainC.i')
-rw-r--r-- | TAO/tao/DomainC.i | 4 |
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); } |