summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r--ace/Asynch_Acceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h
index f65edc96cf3..f01d2716778 100644
--- a/ace/Asynch_Acceptor.h
+++ b/ace/Asynch_Acceptor.h
@@ -80,7 +80,7 @@ public:
// closed and the all outstanding asynchronous operations have
// either completed or have been canceled on the old listen handle.
- virtual int accept (size_t bytes_to_read = 0, const void *act);
+ virtual int accept (size_t bytes_to_read = 0, const void *act = 0);
// This initiates a new asynchronous accept through the <AcceptEx>
// call.