summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter
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/examples/Quoter
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/examples/Quoter')
-rw-r--r--TAO/examples/Quoter/Quoter.mpc14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/examples/Quoter/Quoter.mpc b/TAO/examples/Quoter/Quoter.mpc
index 49d1da0a283..a3571740a13 100644
--- a/TAO/examples/Quoter/Quoter.mpc
+++ b/TAO/examples/Quoter/Quoter.mpc
@@ -11,10 +11,10 @@ project(*IDL): taoidldefaults {
project(*server): namingexe, lifecycle, avoids_minimum_corba, utils, avoids_corba_e_micro {
after += *IDL
Source_Files {
+ QuoterC.cpp
+ QuoterS.cpp
server.cpp
Quoter_i.cpp
- QuoterS.cpp
- QuoterC.cpp
}
IDL_Files {
}
@@ -23,8 +23,8 @@ project(*server): namingexe, lifecycle, avoids_minimum_corba, utils, avoids_corb
project(*client): namingexe, lifecycle, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
after += *IDL
Source_Files {
- client.cpp
QuoterC.cpp
+ client.cpp
}
IDL_Files {
}
@@ -33,10 +33,10 @@ project(*client): namingexe, lifecycle, avoids_minimum_corba, avoids_corba_e_com
project(*Factory Finder): namingexe, lifecycle, avoids_minimum_corba, utils {
after += *IDL
Source_Files {
+ QuoterC.cpp
+ QuoterS.cpp
Factory_Finder.cpp
Factory_Finder_i.cpp
- QuoterS.cpp
- QuoterC.cpp
}
IDL_Files {
}
@@ -45,10 +45,10 @@ project(*Factory Finder): namingexe, lifecycle, avoids_minimum_corba, utils {
project(*Generic Factory): namingexe, lifecycle, avoids_minimum_corba, utils {
after += *IDL
Source_Files {
+ QuoterC.cpp
+ QuoterS.cpp
Generic_Factory.cpp
Generic_Factory_i.cpp
- QuoterS.cpp
- QuoterC.cpp
}
IDL_Files {
}