diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-05 10:44:23 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-05 10:44:23 +0000 |
commit | 7108cf96c11d3eca01d7f204a64b1aeb48192996 (patch) | |
tree | ded18b0137b67bc79bf16d3dbeaf4499852a60d2 /ace/Asynch_Acceptor.h | |
parent | 7ab457acecec5486e81f068936c7f5f7e917ee64 (diff) | |
download | ATCD-7108cf96c11d3eca01d7f204a64b1aeb48192996.tar.gz |
Additional interfaces for JAWS.
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r-- | ace/Asynch_Acceptor.h | 2 |
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. |