summaryrefslogtreecommitdiff
path: root/TAO/tao/DomainC.i
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-31 05:47:38 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-31 05:47:38 +0000
commit52184f2d8b90677d9aa9cb0b451f467fac688966 (patch)
tree020a54a9cdec2252466c39f561820df5386c74d4 /TAO/tao/DomainC.i
parent4d903481ad38700e6ed452cca5ade87284969613 (diff)
downloadATCD-52184f2d8b90677d9aa9cb0b451f467fac688966.tar.gz
Fixed ACE_NESTED_CLASS related errors.
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 b3d6133362d..08c89453f73 100644
--- a/TAO/tao/DomainC.i
+++ b/TAO/tao/DomainC.i
@@ -29,7 +29,7 @@ CORBA_DomainManager::CORBA_DomainManager (
CORBA::Boolean _tao_collocated,
TAO_Abstract_ServantBase *servant
)
- : CORBA::Object (objref, _tao_collocated, servant)
+ : CORBA_Object (objref, _tao_collocated, servant)
{
this->CORBA_DomainManager_setup_collocation (_tao_collocated);
}
@@ -47,7 +47,7 @@ CORBA_ConstructionPolicy::CORBA_ConstructionPolicy (
CORBA::Boolean _tao_collocated,
TAO_Abstract_ServantBase *servant
)
- : CORBA::Object_ptr (objref, _tao_collocated, servant)
+ : CORBA_Object (objref, _tao_collocated, servant)
{
this->CORBA_ConstructionPolicy_setup_collocation (_tao_collocated);
}