summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-12-13 05:59:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-12-13 05:59:45 +0000
commit972c1f0826cdabc775d424251e1e0cd87980bdcf (patch)
treedd50e03bbfbec272b6dbf26c4283ba3053999e6f
parent9253c5263d4ba6c9a2d6df96ee5c439df6e4ed10 (diff)
downloadATCD-972c1f0826cdabc775d424251e1e0cd87980bdcf.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a1ec0d91c3a..0a5098836d3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -3969,7 +3969,7 @@ Fri Nov 4 08:59:36 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/PortableServer/POA_Current_Impl.h (POA_Current_Impl):
- Re-exported this class. Unfortunately, some TAO other libraries
+ Re-exported this class. Unfortunately, some other TAO libraries
make direct calls on this class. Addresses unresolved symbol
errors.
@@ -7024,7 +7024,7 @@ Tue Oct 18 00:08:30 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/ORB.cpp (resolve_service):
- Use snprintf() to simplify integer to-tring conversion and
+ Use snprintf() to simplify integer-to-string conversion and
string concatenation. Thanks to Jiang Wei <jw dot tao at sduept
dot com> for providing a patch.
@@ -7035,8 +7035,8 @@ Tue Oct 18 00:08:30 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
(resolve_initial_references):
- Updated to calls to resolve_service() to reflect new signature
- and void return type.
+ Updated calls to resolve_service() to reflect new signature and
+ void return type.
* tao/ORB_Core.cpp (init):