summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-08-29 20:05:14 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-08-29 20:05:14 +0000
commitab2ae407f6e6a9c3c1442b7791268b5b31b1a579 (patch)
tree7eb4483816e0c1b9bbf2d280a82a243e3e027666 /TAO/ChangeLog
parent6bdd9837d68597f68f9f331b92948767aab15152 (diff)
downloadATCD-ab2ae407f6e6a9c3c1442b7791268b5b31b1a579.tar.gz
Changelog tag: Tue Aug 29 20:02:01 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ef3b91b035b..dd6829712d2 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,21 @@
+Tue Aug 29 20:02:01 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * examples/POA/Forwarding/Servant_Activator.h:
+
+ * examples/POA/Loader/Servant_Activator.h:
+ * examples/POA/Loader/Servant_Locator.h:
+
+ * examples/POA/On_Demand_Activation/Servant_Activator.h:
+ * examples/POA/On_Demand_Activation/Servant_Locator.h:
+
+ * examples/POA/On_Demand_Loading/Servant_Activator.h:
+ * examples/POA/On_Demand_Loading/Servant_Locator.h:
+
+ These all use Servant Managers which are local objects, but need
+ to be reference counted so that they may be shutdown properly
+ and thereby release their reference to the ORB_Core so it can be
+ finalized and clean up resources it owns.
+
Tue Aug 29 17:40:01 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
* tao/IIOP_Connection_Handler.cpp: