From e2f946ee2440a0669b4d72b6ff91b7867db7e063 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Thu, 6 Jun 2013 12:39:47 +0000 Subject: Thu Jun 6 12:38:36 UTC 2013 Phil Mesnier * performance-tests/Cubit/TAO/MT_Cubit/server.cpp: Another wchar build fix. --- TAO/ChangeLog | 6 ++++++ TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index c28c4b64bb0..8ca83d98481 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 6 12:38:36 UTC 2013 Phil Mesnier + + * performance-tests/Cubit/TAO/MT_Cubit/server.cpp: + + Another wchar build fix. + Thu Jun 6 12:10:48 UTC 2013 Johnny Willemsen * orbsvcs/orbsvcs/Trader/Offer_Database.cpp: diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp index cbd698f6a6e..d413a5becac 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp @@ -181,7 +181,7 @@ Server::activate_high_servant (void) { orbendpoint, const_cast (ACE_TEXT ("-ORBSndSock 32768 ")), const_cast (ACE_TEXT ("-ORBRcvSock 32768 ")), - ACE_TEXT (0) + 0 }; ACE_NEW_RETURN (this->high_argv_, ACE_ARGV (this->argv_, high_second_argv), -- cgit v1.2.1