summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Timeouts/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneway_Timeouts/test.mpc')
-rw-r--r--TAO/tests/Oneway_Timeouts/test.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Oneway_Timeouts/test.mpc b/TAO/tests/Oneway_Timeouts/test.mpc
index 2ff1d62ad2d..7563dc9d021 100644
--- a/TAO/tests/Oneway_Timeouts/test.mpc
+++ b/TAO/tests/Oneway_Timeouts/test.mpc
@@ -5,8 +5,8 @@ project (*client) : taoexe, messaging, portableserver, strategies {
exename = client
after = *server
source_files {
- client.cpp
TestC.cpp
+ client.cpp
}
header_files {
TestC.h
@@ -17,9 +17,9 @@ project (*client) : taoexe, messaging, portableserver, strategies {
project (*server) : taoserver, messaging, strategies {
source_files {
- server.cpp
- TestS.cpp
TestC.cpp
+ TestS.cpp
+ server.cpp
}
header_files {
TestS.h