diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-19 09:10:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-19 09:10:19 +0000 |
commit | 97a7e757bb6e4415487770614266e114b2f3c3b7 (patch) | |
tree | a681f895cf5a9b8a4f7ab6603ee4fd3a55ca0305 /TAO/tao/PolicyC.inl | |
parent | e1e3a5aa98d33f78395624a2e57d173a8e738de6 (diff) | |
download | ATCD-97a7e757bb6e4415487770614266e114b2f3c3b7.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.inl | 9 |
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) { } |