summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-02-13 13:00:23 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-02-13 13:00:23 +0000
commitde358085846996735ee13180578942167f075237 (patch)
tree5c77a81f43e94169ca1784bbd9758afa6c75ad11
parenta34aaa09f2812870e546c241b64341b6ba423ac0 (diff)
downloadATCD-de358085846996735ee13180578942167f075237.tar.gz
ChangeLogTag: Tue Feb 13 12:59:12 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog14
-rw-r--r--TAO/tests/Portable_Interceptors/AdvSlotExt/AdvSlotExt.mpc2
-rw-r--r--TAO/tests/Server_Connection_Purging/client.cpp2
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 <elliott_c@ociweb.com>
+
+ * 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 <jwillemsen@remedy.nl>
* 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