summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-14 15:04:29 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-14 15:04:29 +0000
commit2a59534bc802dc4f7596f95d60fbe6b37e19a9fa (patch)
tree99cd5ece66b976fc4a5bb4166b4d4f9b1d4b6387
parentedeaad16bfddcf5f4d08305a3ceb9c54a2b3e565 (diff)
downloadATCD-2a59534bc802dc4f7596f95d60fbe6b37e19a9fa.tar.gz
Fri Apr 14 15:01:51 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc3
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 966ff9a9cb4..e5473a974ec 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 14 15:01:51 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc:
+
+ Avoids building with ace_for_tao.
+
Wed Apr 12 21:48:29 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
* NEWS:
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc b/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc
index 7a7aa3a1a27..d576fd2920e 100644
--- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc
+++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*idl): taoidldefaults {
+ avoids += ace_for_tao
IDL_Files {
go.idl
}
@@ -9,6 +10,7 @@ project(*idl): taoidldefaults {
}
project(*Ntf Struct Supp): notifytest {
+ avoids += ace_for_tao
exename = Structured_Supplier
after += *idl
@@ -22,6 +24,7 @@ project(*Ntf Struct Supp): notifytest {
}
project(*Ntf Struct Cons): notifytest {
+ avoids += ace_for_tao
exename = Structured_Consumer
after += *idl