summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-18 02:02:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-18 02:02:27 +0000
commitf593e1cd3d92bd697776af6773e614cd404aeb32 (patch)
tree1134f3b4450a94e87c9f485fa77213ff8a1b2905 /ace/TP_Reactor.h
parent3e94ae019f94e693db519bfa4fbea86242f2bae6 (diff)
downloadATCD-f593e1cd3d92bd697776af6773e614cd404aeb32.tar.gz
ChangeLogTag:Tue Aug 17 20:02:55 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/TP_Reactor.h')
-rw-r--r--ace/TP_Reactor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/TP_Reactor.h b/ace/TP_Reactor.h
index 98ddd93f67d..6e4b86f23b3 100644
--- a/ace/TP_Reactor.h
+++ b/ace/TP_Reactor.h
@@ -69,12 +69,10 @@ public:
class ACE_Export ACE_TP_Reactor : public ACE_Select_Reactor
{
// = TITLE
- //
// Specialization of Select Reactor to support thread-pool based
// event dispatching.
//
// = DESCRIPTION
- //
// One of the short comings of the Select_Reactor in ACE is that
// it did not support a thread pool based event dispatching
// model, similar to the one in WFMO_Reactor. In