summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-01 22:14:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-01 22:14:41 +0000
commit488942947dec9a16aae4007a9c92711e87434409 (patch)
treeba076a2f0bbfaf642ff67319fd7d987aff175e76 /ace/TP_Reactor.cpp
parent080b68db7c29f9a1bbec7dab2977d4e1a9d10d2d (diff)
downloadATCD-488942947dec9a16aae4007a9c92711e87434409.tar.gz
ChangeLogTag:Thu Nov 1 15:49:04 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/TP_Reactor.cpp')
-rw-r--r--ace/TP_Reactor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/TP_Reactor.cpp b/ace/TP_Reactor.cpp
index 189ee57d357..e6b0d189f89 100644
--- a/ace/TP_Reactor.cpp
+++ b/ace/TP_Reactor.cpp
@@ -125,7 +125,6 @@ ACE_TP_Reactor::owner (ACE_thread_t, ACE_thread_t *o_id)
*o_id = ACE_Thread::self ();
return 0;
-
}
int
@@ -135,10 +134,8 @@ ACE_TP_Reactor::owner (ACE_thread_t *t_id)
*t_id = ACE_Thread::self ();
return 0;
-
}
-
int
ACE_TP_Reactor::handle_events (ACE_Time_Value *max_wait_time)
{