summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/bin/MakeProjectCreator/config/tmcast.mpb2
-rw-r--r--ACE/protocols/tests/RMCast/RMCast.mpc4
3 files changed, 9 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 8ff6deaa6dd..ad32f126936 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 5 16:56:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/config/tmcast.mpb:
+ * protocols/tests/RMCast/RMCast.mpc:
+ Removed exceptions as base project
+
Thu Aug 5 09:00:49 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ACE.cpp:
diff --git a/ACE/bin/MakeProjectCreator/config/tmcast.mpb b/ACE/bin/MakeProjectCreator/config/tmcast.mpb
index 4283f27902f..cfe9bed22aa 100644
--- a/ACE/bin/MakeProjectCreator/config/tmcast.mpb
+++ b/ACE/bin/MakeProjectCreator/config/tmcast.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project: acelib, exceptions, threads {
+project: acelib, threads {
avoids += ace_for_tao
after += TMCast
libs += ACE_TMCast
diff --git a/ACE/protocols/tests/RMCast/RMCast.mpc b/ACE/protocols/tests/RMCast/RMCast.mpc
index 12bd8174c4b..897e1611b71 100644
--- a/ACE/protocols/tests/RMCast/RMCast.mpc
+++ b/ACE/protocols/tests/RMCast/RMCast.mpc
@@ -1,13 +1,13 @@
// -*- MPC -*-
// $Id$
-project(*Sender) : aceexe, exceptions, rmcast {
+project(*Sender) : aceexe, rmcast {
exename = sender
Source_Files {
Sender.cpp
}
}
-project(*Receiver) : aceexe, exceptions, rmcast {
+project(*Receiver) : aceexe, rmcast {
exename = receiver
Source_Files {
Receiver.cpp