summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc')
-rw-r--r--TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc b/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
index 5134a909130..785c8628d04 100644
--- a/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
+++ b/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
@@ -1,16 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*client) : orbsvcsexe, portableserver, rtevent, naming, minimum_corba {
+project(*client) : orbsvcsexe, portableserver, rtevent, naming {
requires += exceptions
+ avoids += minimum_corba
source_files {
client.cpp
Stock_Consumer.cpp
}
}
-project(*server) : orbsvcsexe, portableserver, rtevent, naming, minimum_corba {
+project(*server) : orbsvcsexe, portableserver, rtevent, naming {
requires += exceptions
+ avoids += minimum_corba
source_files {
server.cpp
Stock_Factory_i.cpp