From fbf21ff2aae1d038d88d54cbc34f77262e4196e5 Mon Sep 17 00:00:00 2001 From: schmidt Date: Thu, 14 Feb 2002 02:57:40 +0000 Subject: ChangeLogTag:Wed Feb 13 20:13:54 2002 Douglas C. Schmidt --- ChangeLog | 7 +++++++ ChangeLogs/ChangeLog-02a | 7 +++++++ ChangeLogs/ChangeLog-03a | 7 +++++++ THANKS | 1 + ace/Strategies_T.cpp | 1 + 5 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 628f36b5123..16a38e7f8ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Feb 13 20:13:54 2002 Douglas C. Schmidt + + * ace/Strategies_T.cpp (make_svc_handler): Make sure that the + reactor of the Svc Handler is set to the reactor from the + Creation Strategy. Thanks to David Smith + for reporting this! + Wed Feb 13 17:42:32 2002 Balachandran Natarajan * ace/Configuration.cpp (operator=): Fixed a warning in g+ diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 628f36b5123..16a38e7f8ac 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Wed Feb 13 20:13:54 2002 Douglas C. Schmidt + + * ace/Strategies_T.cpp (make_svc_handler): Make sure that the + reactor of the Svc Handler is set to the reactor from the + Creation Strategy. Thanks to David Smith + for reporting this! + Wed Feb 13 17:42:32 2002 Balachandran Natarajan * ace/Configuration.cpp (operator=): Fixed a warning in g+ diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 628f36b5123..16a38e7f8ac 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Wed Feb 13 20:13:54 2002 Douglas C. Schmidt + + * ace/Strategies_T.cpp (make_svc_handler): Make sure that the + reactor of the Svc Handler is set to the reactor from the + Creation Strategy. Thanks to David Smith + for reporting this! + Wed Feb 13 17:42:32 2002 Balachandran Natarajan * ace/Configuration.cpp (operator=): Fixed a warning in g+ diff --git a/THANKS b/THANKS index 5ede5a25561..f30388e893b 100644 --- a/THANKS +++ b/THANKS @@ -1447,6 +1447,7 @@ Bhaskara Rao G M Schulze John Michael Zorko Ami Bar +David Smith I would particularly like to thank Paul Stephenson, who worked with me at Ericsson in the early 1990's. Paul devised the recursive Makefile diff --git a/ace/Strategies_T.cpp b/ace/Strategies_T.cpp index 70924c3bc31..0ee3625bf65 100644 --- a/ace/Strategies_T.cpp +++ b/ace/Strategies_T.cpp @@ -117,6 +117,7 @@ ACE_DLL_Strategy::make_svc_handler (SVC_HANDLER *&sh) } sh = svc_handler; + sh->reactor (this->reactor ()); return 0; } -- cgit v1.2.1