summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2417_Regression
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-12 15:39:42 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-12 15:39:42 +0000
commit2e971b646d06901d49bf6042504e1279abc8178b (patch)
tree1654251442daf6bed434947e5467432520329a67 /TAO/tests/Bug_2417_Regression
parent2fc69fdc68315e0557bd4cf9b7a540c9b56fa506 (diff)
downloadATCD-2e971b646d06901d49bf6042504e1279abc8178b.tar.gz
ChangeLogTag: Mon Feb 12 15:32:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Bug_2417_Regression')
-rw-r--r--TAO/tests/Bug_2417_Regression/Bug_2417_Regression.mpc8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Bug_2417_Regression/Bug_2417_Regression.mpc b/TAO/tests/Bug_2417_Regression/Bug_2417_Regression.mpc
index e2bd6d206cd..5d7caaa5af8 100644
--- a/TAO/tests/Bug_2417_Regression/Bug_2417_Regression.mpc
+++ b/TAO/tests/Bug_2417_Regression/Bug_2417_Regression.mpc
@@ -12,10 +12,10 @@ project(*idl): taoidldefaults, anytypecode {
project(*Server): taoserver, messaging, threads {
after += *idl
Source_Files {
- publisher_impl.cpp
- publisherS.cpp
publisherC.cpp
+ publisherS.cpp
subscriberC.cpp
+ publisher_impl.cpp
server.cpp
}
IDL_Files {
@@ -26,10 +26,10 @@ project(*Client): taoserver, threads {
exename = client
after += *idl
Source_Files {
- subscriber_impl.cpp
- subscriberS.cpp
subscriberC.cpp
+ subscriberS.cpp
publisherC.cpp
+ subscriber_impl.cpp
client.cpp
}
IDL_Files {