summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-25 05:28:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-25 05:28:00 +0000
commit254fe278170664ac4ca3616906e6c57d2cca87c8 (patch)
tree522d3c1352f7c74721f105a32114ec2c26e1d110 /TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
parent8fcd9b2554cf410e18f47d87a4336b45ff52ff7c (diff)
downloadATCD-254fe278170664ac4ca3616906e6c57d2cca87c8.tar.gz
ChangeLogTag:Mon Oct 25 00:24:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
index 99405a0534a..ad2f4679a71 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
@@ -127,7 +127,7 @@ Server::write_iors (void)
// By this time the num of objs should be set properly.
ACE_NEW_RETURN (this->cubits_,
- CORBA::String [GLOBALS::instance ()->num_of_objs],
+ char* [GLOBALS::instance ()->num_of_objs],
-1);
this->cubits_[0] = ACE_OS::strdup (this->high_priority_task_->get_servant_ior (0));