summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-16 11:29:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-16 11:29:35 +0000
commit48a8ca760b53bdfc0ce1dc258170e22dcdfcccf8 (patch)
tree2b60b69231b114260b2c6537859faefc849c3e85
parent8a7745876a23807fb92a62319c942cbe54111d5f (diff)
downloadATCD-48a8ca760b53bdfc0ce1dc258170e22dcdfcccf8.tar.gz
ChangeLogTag: Thu Mar 16 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 69b65ef329e..4a4c60da835 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 16 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/POA/Persistent_ID/server.cpp:
+ After creating the child poa destroy the policies
+
Wed Mar 15 21:26:35 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* orbsvcs/orbsvcs/Notify/Builder.cpp:
@@ -38,13 +43,13 @@ Wed Mar 15 21:26:35 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h:
* orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.cpp:
* orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.h:
-
+
Add "orbsvcs/..." prefix to #includes of *.h, *.i, *.inl, and
template *.cpp files found in ${TAO_ROOT}/orbsvcs/orbsvcs.
-
+
These instances were missed among the the changes made on:
Tue Mar 14 06:02:15 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
+
because they used relative paths.
Wed Mar 15 13:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>