summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-25 08:03:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-25 08:03:53 +0000
commit90e5bf51e360b4a72529503a9c2b58c8895f1f85 (patch)
tree9ee87c41c670f247d2d549bec48f806f93879f07
parent41b37c28bdc8e54c2201ed30ea32194e8bbd362b (diff)
downloadATCD-90e5bf51e360b4a72529503a9c2b58c8895f1f85.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0c9de42bfb5..b00968bd2bf 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -409,9 +409,9 @@ Tue Feb 22 07:31:33 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* TAO_IDL/be/be_visitor_root/root.cpp (visit_root):
Do not generate argument selection function templates if
- unconstrained were not seen in the IDL. Addresses build
- problems for skeletons corresponding such IDL files. Thanks to
- Johnny for pointing out the problem.
+ unconstrained interfaces were not seen in the IDL. Addresses
+ build problems for skeletons corresponding such IDL files.
+ Thanks to Johnny for pointing out the problem.
Tue Feb 22 15:21:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>