summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Event_Comm.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Event_Comm.mpc')
-rw-r--r--TAO/examples/Event_Comm/Event_Comm.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/Event_Comm.mpc b/TAO/examples/Event_Comm/Event_Comm.mpc
index fd6298eee08..65a948f7185 100644
--- a/TAO/examples/Event_Comm/Event_Comm.mpc
+++ b/TAO/examples/Event_Comm/Event_Comm.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*notifier): namingexe, naming_serv {
+project(*notifier): namingexe {
Source_Files {
Event_Comm_i.cpp
Notifier_Server.cpp
@@ -9,7 +9,7 @@ project(*notifier): namingexe, naming_serv {
}
}
-project(*consumer): namingexe, portableserver {
+project(*consumer): namingexe {
Source_Files {
Consumer_Input_Handler.cpp
Consumer_Handler.cpp
@@ -18,7 +18,7 @@ project(*consumer): namingexe, portableserver {
}
}
-project(*supplier): namingexe, portableserver {
+project(*supplier): namingexe {
Source_Files {
Event_Comm_i.cpp
Supplier_Input_Handler.cpp