summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-03 02:30:30 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-03 02:30:30 +0000
commit3474f96ca029da1852cccc263c6885928a2e9632 (patch)
treec0fd5ffec736eaea0699c97c567c38e07669a8af /TAO/performance-tests/Cubit
parent64c5fb3e99d338951188b7ab98b5ed96c7d4b65a (diff)
downloadATCD-3474f96ca029da1852cccc263c6885928a2e9632.tar.gz
ChangeLogTag:Tue Jan 2 18:28:15 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/performance-tests/Cubit')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp
index 44a8419de32..f79f340d317 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp
@@ -178,6 +178,13 @@ Cubit_Task::create_servants (void)
PortableServer::POA::_narrow (obj.in (), ACE_TRY_ENV);
ACE_TRY_CHECK;
+ PortableServer::POAManager_var manager =
+ poa->the_POAManager(ACE_TRY_ENV);
+ ACE_TRY_CHECK;
+
+ manager->activate(ACE_TRY_ENV);
+ ACE_TRY_CHECK;
+
// Create the array of cubit implementations.
ACE_NEW_RETURN (this->servants_,
Cubit_i *[this->num_of_objs_],