summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-10 10:09:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-10 10:09:24 +0000
commit6837df3bbd1233ed368713feec5465f96a6a221d (patch)
treeab2e479419be4a73b6e054e6c1b92505e74dc208
parentea13001c680ab9f1dcef66e48d9c7cf67cd107dd (diff)
downloadATCD-6837df3bbd1233ed368713feec5465f96a6a221d.tar.gz
ChangeLogTag: Wed Dec 10 10:08:11 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a40a75f860c..feb405b9b72 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Wed Dec 10 10:08:11 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Logging/Logger.idl:
+ * examples/Logging/Logger_i.cpp:
+ * examples/Logging/Logger_i.h:
+ * examples/Logging/Logging_Test_i.cpp:
+ Changed log2 to log_twoway and logv2 to logv_twoway. On Cygwin
+ log2 is a macro and using this macro name in IDL gives a lot
+ of errors in the Cygwin build. Just renaming the methods is the
+ way to fix this.
+
Wed Dec 10 09:41:41 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Makefile: