summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-28 23:10:17 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-28 23:10:17 +0000
commitc6502269ec18998b0708b843dd1aeccd976a0ed6 (patch)
tree4a54feae81639c2fd7ce11b22cb8cf67c723bac3 /TAO/docs/tutorials
parentbc4d7fdc6c0886c4eaa427597008e513ed7df5b0 (diff)
downloadATCD-c6502269ec18998b0708b843dd1aeccd976a0ed6.tar.gz
ChangeLogTag:Sun Dec 28 17:09:04 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/docs/tutorials')
-rw-r--r--TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc b/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc
index 7bd92e56834..f5965752877 100644
--- a/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc
+++ b/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc
@@ -3,6 +3,7 @@
project(*client) : orbsvcsexe, portableserver, event, naming {
requires += exceptions
+ avoids += minimum_corba
source_files {
client.cpp
Stock_Consumer.cpp
@@ -11,6 +12,7 @@ project(*client) : orbsvcsexe, portableserver, event, naming {
project(*server) : orbsvcsexe, portableserver, event, naming {
requires += exceptions
+ avoids += minimum_corba
source_files {
server.cpp
Stock_Factory_i.cpp