summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc')
-rw-r--r--TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
index cddcd128801..d933c1610e7 100644
--- a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
+++ b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Consumer) : event_skel, orbsvcsexe, portableserver, naming {
+project(*Consumer) : event, orbsvcsexe, portableserver {
requires += ec_typed_events
source_files {
Consumer.cpp
@@ -9,7 +9,7 @@ project(*Consumer) : event_skel, orbsvcsexe, portableserver, naming {
}
}
-project(*Supplier) : event_skel, orbsvcsexe, portableserver, naming {
+project(*Supplier) : event, orbsvcsexe, portableserver {
requires += ec_typed_events
after += CosEC_TypedSimple_Consumer
idl_files {
@@ -18,4 +18,4 @@ project(*Supplier) : event_skel, orbsvcsexe, portableserver, naming {
CountryC.cpp
Supplier.cpp
}
-}
+} \ No newline at end of file