summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-22 23:47:15 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-22 23:47:15 +0000
commit544866e18d95ead1153be5c474a32a5a3658815e (patch)
tree6260d1d4d1c831c2b3293aa2ca0a41c348b4b35b /ace/TP_Reactor.h
parent8c9becd1546b40026d71281e1fd5fbb2524cd634 (diff)
downloadATCD-544866e18d95ead1153be5c474a32a5a3658815e.tar.gz
ChangeLogTag: Thu Feb 22 12:28:15 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/TP_Reactor.h')
-rw-r--r--ace/TP_Reactor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/TP_Reactor.h b/ace/TP_Reactor.h
index 4f5b8d76d7b..dab47eedda7 100644
--- a/ace/TP_Reactor.h
+++ b/ace/TP_Reactor.h
@@ -166,9 +166,6 @@ public:
/// Called from handle events
static void no_op_sleep_hook (void *);
- /// Wake up all threads in waiting in the event loop
- virtual void wakeup_all_threads (void);
-
// = Any thread can perform a <handle_events>, override the owner()
// methods to avoid the overhead of setting the owner thread.