summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-20 23:42:15 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-20 23:42:15 +0000
commit30355132c85410ad529eceeb1a2bfb0c50425e2e (patch)
tree96306dd2a0850213290def49c23bb9159b3fd73a /ChangeLog
parent3ef716520e3ac42a8d569b306528e0a0b0fe74db (diff)
downloadATCD-Reactor_RefCount.tar.gz
ChangeLogTag: Tue May 20 18:33:07 2003 Irfan Pyarali <irfan@oomworks.com>Reactor_RefCount
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35d6b189055..e0ce23fa4fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Tue May 20 18:33:07 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * ace/Connector:
+
+ Reverted the Connector to inherit from ACE_Service_Object again.
+ Even though the Connector no longer registers with the Reactor,
+ it still needs to inherit from ACE_Service_Object so that it can
+ be used through the Service Configurator primarily for dynamic
+ linking. The resume(), suspend(), and init() no-ops, and fini()
+ and info() were restated.
+
Fri May 16 16:34:35 2003 Irfan Pyarali <irfan@oomworks.com>
* tests/MT_Reference_Counted_Event_Handler_Test.cpp: