summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-06-26 22:39:11 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-06-26 22:39:11 +0000
commit42638f18b73306520da2e416b181ad035bfe199b (patch)
tree5868632ce26b85fe9f3c49d05f7673dd3fe3fed1 /ace/Proactor.h
parent124acd72132301b6be27f7596c46fb69199a8607 (diff)
downloadATCD-42638f18b73306520da2e416b181ad035bfe199b.tar.gz
ChangeLogTag: Tue Jun 26 17:37:51 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index d577ccdde47..172f987be97 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -196,7 +196,7 @@ public:
* Resets the <ACE_Proactor::end_event_loop_> static so that the
* <run_event_loop> method can be restarted.
*/
- static int void reset_event_loop (void);
+ static int reset_event_loop (void);
/// Report if the <ACE_Proactor::instance> event loop is finished.
static int event_loop_done (void);