diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-05 19:06:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-05 19:06:17 +0000 |
commit | 5a8e02a450ce67bc8c24fcddcaf068ba4b7deb9b (patch) | |
tree | 96548af666640806dcb8916d2399142fb9fcb419 /ace/SUN_Proactor.cpp | |
parent | 109a085b08a721b91cfee3937611b9ad44ab80cb (diff) | |
download | ATCD-5a8e02a450ce67bc8c24fcddcaf068ba4b7deb9b.tar.gz |
ChangeLogTag:Wed Jul 5 14:04:50 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/SUN_Proactor.cpp')
-rw-r--r-- | ace/SUN_Proactor.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/SUN_Proactor.cpp b/ace/SUN_Proactor.cpp index 0aa0f6c91ed..ba0a000d765 100644 --- a/ace/SUN_Proactor.cpp +++ b/ace/SUN_Proactor.cpp @@ -34,6 +34,12 @@ ACE_SUN_Proactor::handle_events (ACE_Time_Value &wait_time) } int +ACE_SUN_Proactor::handle_events (void) +{ + return this->handle_events (ACE_INFINITE); +} + +int ACE_SUN_Proactor::handle_events (u_long milli_seconds) { aio_result_t *result = 0; |