summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
commitf9606f4f257e642e04f8c84315b0c8f323fe65e6 (patch)
treea681f895cf5a9b8a4f7ab6603ee4fd3a55ca0305 /TAO/tao/PolicyC.inl
parent10fc1a52ad4bc0d1d3d6716d18f77d04022bd2a8 (diff)
downloadATCD-f9606f4f257e642e04f8c84315b0c8f323fe65e6.tar.gz
ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PolicyC.inl')
-rw-r--r--TAO/tao/PolicyC.inl9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/PolicyC.inl b/TAO/tao/PolicyC.inl
index 3b97e162307..f9aac3d9fae 100644
--- a/TAO/tao/PolicyC.inl
+++ b/TAO/tao/PolicyC.inl
@@ -41,12 +41,7 @@ CORBA::Policy::Policy (
TAO_Abstract_ServantBase *servant,
TAO_ORB_Core *oc
)
- : ACE_NESTED_CLASS (CORBA, Object) (
- objref,
- _tao_collocated,
- servant,
- oc
- ),
+ : ::CORBA::Object (objref, _tao_collocated, servant, oc),
the_TAO_Policy_Proxy_Broker_ (0)
{
this->CORBA_Policy_setup_collocation ();
@@ -57,7 +52,7 @@ CORBA::Policy::Policy (
IOP::IOR *ior,
TAO_ORB_Core *oc
)
- : ACE_NESTED_CLASS (CORBA, Object) (ior, oc),
+ : ::CORBA::Object (ior, oc),
the_TAO_Policy_Proxy_Broker_ (0)
{
}