summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 19:28:47 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 19:28:47 +0000
commita07deb96ea1f89165d0f78055c1c914d1b9a4f44 (patch)
tree5b255152dec375d2a35963884d1beb66879a9092
parentf10b2e3cf9247a2fc9054af1d69670b1439e5492 (diff)
downloadATCD-a07deb96ea1f89165d0f78055c1c914d1b9a4f44.tar.gz
Actually, we should use ACE_CORBA_1 for PolicyManager and PolicyCurrent.
-rw-r--r--TAO/tao/PolicyS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PolicyS.cpp b/TAO/tao/PolicyS.cpp
index 187e9a1f21a..1f4e66e3761 100644
--- a/TAO/tao/PolicyS.cpp
+++ b/TAO/tao/PolicyS.cpp
@@ -391,7 +391,7 @@ POA_CORBA::_tao_collocated_PolicyManager::_tao_collocated_PolicyManager (
POA_CORBA::PolicyManager_ptr servant,
TAO_Stub *stub
)
- : CORBA::PolicyManager (),
+ : ACE_CORBA_1 (PolicyManager) (),
CORBA_Object (stub, servant, 1),
servant_ (servant)
{
@@ -506,7 +506,7 @@ POA_CORBA::_tao_collocated_PolicyCurrent::_tao_collocated_PolicyCurrent (
POA_CORBA::PolicyCurrent_ptr servant,
TAO_Stub *stub
)
- : CORBA::PolicyCurrent (),
+ : ACE_CORBA_1 (PolicyCurrent) (),
ACE_NESTED_CLASS (POA_CORBA,_tao_collocated_PolicyManager) (servant, stub),
ACE_NESTED_CLASS (POA_CORBA,_tao_collocated_Current) (servant, stub),
CORBA_Object (stub, servant, 1),