summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ed60f0b2302..63d86de8feb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Sun Feb 27 10:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO_IDL/be/be_interface.cpp:
+ Generate const TAO_operation_db_entry * instead of
+ const struct TAO_operation_db_entry * as return type of the
+ lookup operation, msvc6 has problems with the struct
+
+ * tao/ImR_Client/ServerObject{C,A,S}.{h,cpp,inl}:
+ * tao/ImR_Client/ImplRepo{C,A,S}.{h,cpp,inl}:
+ Regenerated
+
Sun Feb 27 07:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/PortableServer/PortableServerA.cpp: