summaryrefslogtreecommitdiff
path: root/ace/ReactorEx.i
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-09 00:59:31 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-09 00:59:31 +0000
commited5a0abd4afcc2c401de1b8dc44b2da7ed2bb7e5 (patch)
tree99b6d03faf611d268ccd8b0c054f263e0f8a1de4 /ace/ReactorEx.i
parent18e5a41c6ab244817bfcb1a05b56c4c652c8932a (diff)
downloadATCD-ed5a0abd4afcc2c401de1b8dc44b2da7ed2bb7e5.tar.gz
Please let this work.
Diffstat (limited to 'ace/ReactorEx.i')
-rw-r--r--ace/ReactorEx.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/ReactorEx.i b/ace/ReactorEx.i
index 9b63aa713df..fda66981674 100644
--- a/ace/ReactorEx.i
+++ b/ace/ReactorEx.i
@@ -12,7 +12,7 @@ ACE_ReactorEx::cancel_timer (ACE_Event_Handler *handler)
ACE_INLINE int
ACE_ReactorEx::cancel_timer (int timer_id,
- const void **arg)
+ const void **arg)
{
ACE_TRACE ("ACE_ReactorEx::cancel_timer");
return this->timer_queue_->cancel (timer_id, arg);
@@ -20,7 +20,7 @@ ACE_ReactorEx::cancel_timer (int timer_id,
ACE_INLINE int
ACE_ReactorEx::handle_events (ACE_Time_Value &how_long,
- int wait_all)
+ int wait_all)
{
return this->handle_events (&how_long, wait_all);
}