summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--TAO/tests/Bug_2349_Regression/Bug_2349_Regression.mpc1
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8057c6d8dad..e19c01bfd13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 24 11:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/tao_orb_tests.lst:
+ Fixed casing of Bug_2289_Regression
+
Fri Feb 24 00:19:22 UTC 2006 Steve Huston <shuston@riverace.com>
* ace/ACE_export.h: Changed ACE_INLINE_TEMPLATE_FUNCTION to use
@@ -14,7 +19,7 @@ Thu Feb 23 23:22:18 UTC 2006 Steve Huston <shuston@riverace.com>
Thu Feb 23 23:00:45 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* m4/ace.m4:
-
+
Use "eval" when setting ACE_TCL_LIB to expand any variables in
${TCL_LIB_SPEC}. Thanks to Thomas Girard <thomas dot g dot
girard at free dot fr>.
@@ -22,7 +27,7 @@ Thu Feb 23 23:00:45 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Thu Feb 23 19:53:51 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* tests/DLL_Test_Impl.cpp:
-
+
Changed so nothrow operator delete has same exception
specification in declaration and definition.
diff --git a/TAO/tests/Bug_2349_Regression/Bug_2349_Regression.mpc b/TAO/tests/Bug_2349_Regression/Bug_2349_Regression.mpc
index eac91b3da64..3d5cf5b5deb 100644
--- a/TAO/tests/Bug_2349_Regression/Bug_2349_Regression.mpc
+++ b/TAO/tests/Bug_2349_Regression/Bug_2349_Regression.mpc
@@ -9,6 +9,7 @@ project(*server): taoserver, exceptions {
}
project(*client): taoclient, exceptions {
+ after += *Server
Source_Files {
fooC.cpp
client.cpp