summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-06-04 07:23:49 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-06-04 07:23:49 +0000
commit648f2af6a2bb2d1cd2e0288a9fb3fe6434db8860 (patch)
tree82614ce9bfc47311a496c7a420d4075ee0034c32
parentb8bb5259fb808e8a9d809396b116cfe1068075ab (diff)
downloadATCD-648f2af6a2bb2d1cd2e0288a9fb3fe6434db8860.tar.gz
ChangeLogTag: Thu Jun 4 07:21:46 UTC 2009 Vladimir Zykov <vz@prismtech.com>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tests/Bug_3676_Regression/Bug_3676_Regression.mpc2
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 577fdf529e9..b5bb12f0644 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,6 +1,12 @@
+Thu Jun 4 07:21:46 UTC 2009 Vladimir Zykov <vz@prismtech.com>
+
+ * tests/Bug_3676_Regression/Bug_3676_Regression.mpc:
+
+ Properly fixed mpc which requires corba_messaging.
+
Thu Jun 4 00:33:14 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
- * tao/Compression/Base_Compressor.cpp:
+ * tao/Compression/Base_Compressor.cpp:
It seems the syntax of '<::' or '<:' is converted to '[' by the
compiler or preprocessor. Changing the syntax to be '< ::'
resolves that.
diff --git a/TAO/tests/Bug_3676_Regression/Bug_3676_Regression.mpc b/TAO/tests/Bug_3676_Regression/Bug_3676_Regression.mpc
index c24be055acb..f024b91def8 100644
--- a/TAO/tests/Bug_3676_Regression/Bug_3676_Regression.mpc
+++ b/TAO/tests/Bug_3676_Regression/Bug_3676_Regression.mpc
@@ -3,7 +3,6 @@
project(*idl): taoidldefaults {
idlflags += -Sp
- requires += corba_messaging
IDL_Files {
Test.idl
}
@@ -26,6 +25,7 @@ project(*Server): taoserver {
project(*Client): taoclient {
after += *idl
+ requires += corba_messaging
Source_Files {
client.cpp
}