From de358085846996735ee13180578942167f075237 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Tue, 13 Feb 2007 13:00:23 +0000 Subject: ChangeLogTag: Tue Feb 13 12:59:12 UTC 2007 Chad Elliott --- TAO/ChangeLog | 14 ++++++++++++++ TAO/tests/Portable_Interceptors/AdvSlotExt/AdvSlotExt.mpc | 2 +- TAO/tests/Server_Connection_Purging/client.cpp | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 54fb972414a..685585ca972 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,17 @@ +Tue Feb 13 12:59:12 UTC 2007 Chad Elliott + + * tests/Portable_Interceptors/AdvSlotExt/AdvSlotExt.mpc: + + Re-arranged the generated source files so that they are at the + beginning (like MPC would do if it were automatically generating + the list of source files). This is required for template + instantiation to work properly for Visual Age 6.0. + + * tests/Server_Connection_Purging/client.cpp: + + Decreased the number of connections from 80 to 55 to support + platforms with limited resources. + Tue Feb 13 08:10:14 UTC 2007 Johnny Willemsen * tests/AMI/AMI.mpc: diff --git a/TAO/tests/Portable_Interceptors/AdvSlotExt/AdvSlotExt.mpc b/TAO/tests/Portable_Interceptors/AdvSlotExt/AdvSlotExt.mpc index 375ecea5930..329a7bf2abd 100644 --- a/TAO/tests/Portable_Interceptors/AdvSlotExt/AdvSlotExt.mpc +++ b/TAO/tests/Portable_Interceptors/AdvSlotExt/AdvSlotExt.mpc @@ -9,8 +9,8 @@ project(*idl): taoidldefaults { project(*Server): taoserver, pi_server { after += *idl Source_Files { - StateTransferS.cpp StateTransferC.cpp + StateTransferS.cpp server.cpp } IDL_Files { diff --git a/TAO/tests/Server_Connection_Purging/client.cpp b/TAO/tests/Server_Connection_Purging/client.cpp index 80d03ad751b..8046a6f25bf 100644 --- a/TAO/tests/Server_Connection_Purging/client.cpp +++ b/TAO/tests/Server_Connection_Purging/client.cpp @@ -7,7 +7,7 @@ const char *host = "localhost"; static int port = 10008; -const int iter = 80; +const int iter = 55; int purged_handles = 0; int -- cgit v1.2.1