summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-23 00:37:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-23 00:37:27 +0000
commit371d6f8503422b273f7f82d742c83be505fa022d (patch)
tree6db160eaf766ab1a974dd4f72e36d180d4f62482
parent9fab21918a6c55e6ae53ca9f04edf543c272d955 (diff)
downloadATCD-371d6f8503422b273f7f82d742c83be505fa022d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e117f5e57ad..b27b00d645c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -13,7 +13,7 @@ Thu Aug 22 15:24:06 2002 Ossama Othman <ossama@uci.edu>
Thu Aug 22 14:06:06 2002 Irfan Pyarali <irfan@oomworks.com>
- * tao\PortableServer\POA.cpp (id_to_servant_i and
+ * tao/PortableServer/POA.cpp (id_to_servant_i and
reference_to_servant_i): If a POA has the USE_DEFAULT_SERVANT
policy and a default servant has been registered with the POA,
id_to_servant() should return the default servant. But since the
@@ -25,7 +25,7 @@ Thu Aug 22 14:06:06 2002 Irfan Pyarali <irfan@oomworks.com>
Thanks to Lan Zhineng <lanzn@huawei.com> for reporting this.
- * tests\POA\Default_Servant: Added new test that checks the
+ * tests/POA/Default_Servant: Added new test that checks the
behavior of POA::id_to_servant() and POA::reference_to_servant()
with the use of default servants.