summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-24 22:00:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-24 22:00:00 +0000
commitac21b1c942a3aa372c24f21cec18f0213baaa072 (patch)
tree0bf58b2fa9f894b8be1dfebb6586b0da21a34594 /ace/Proactor.h
parent516abc11ae78eaeb333f8168dda031ead693e24a (diff)
downloadATCD-ac21b1c942a3aa372c24f21cec18f0213baaa072.tar.gz
ChangeLogTag:Mon Dec 24 08:08:40 2001 Douglas C. Schmidt <schmidt@macarena.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 ab458ac764e..5b72a6e2bf9 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -213,7 +213,7 @@ public:
* handle_events. If it is -1, the the proactor_run_event_loop will return
* (pre-maturely.)
*/
- typedef int (*PROACTOR_EVENT_HOOK)(ACE_Proactor *, void *);
+ typedef int (*PROACTOR_EVENT_HOOK)(ACE_Proactor *);
// These methods work with an instance of a proactor.
/**