summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-08-05 18:07:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-08-05 18:07:31 +0000
commit49d3a135f73224fdc562f574b8f0b61c3775f16d (patch)
treea2dda83a5e95ecd4fed1b28a2b5c9443be219209
parent2740937fb25a9f00c6aaaa1299f1f595f3431bb3 (diff)
downloadATCD-49d3a135f73224fdc562f574b8f0b61c3775f16d.tar.gz
-rw-r--r--ACE/protocols/examples/RMCast/Send_Msg/Send_Msg.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/protocols/examples/RMCast/Send_Msg/Send_Msg.mpc b/ACE/protocols/examples/RMCast/Send_Msg/Send_Msg.mpc
index 981df7ec8a7..629583c8550 100644
--- a/ACE/protocols/examples/RMCast/Send_Msg/Send_Msg.mpc
+++ b/ACE/protocols/examples/RMCast/Send_Msg/Send_Msg.mpc
@@ -1,14 +1,14 @@
// -*- MPC -*-
// $Id$
-project(*Sender) : aceexe, exceptions, rmcast {
+project(*Sender) : aceexe, rmcast {
avoids = ace_for_tao
exename = sender
Source_Files {
Sender.cpp
}
}
-project(*Receiver) : aceexe, exceptions, rmcast {
+project(*Receiver) : aceexe, rmcast {
avoids = ace_for_tao
exename = receiver
Source_Files {