summaryrefslogtreecommitdiff
path: root/ace/WIN32_Asynch_IO.h
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Tue May 2 19:33:57 2000 Douglas C. Schmidt ↵schmidt2000-05-031-4/+0
| | | | <schmidt@ace.cs.wustl.edu>
* ChangeLogTag:Thu Mar 23 14:34:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-231-1/+1
|
* ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-181-0/+2
|
* ChangeLogTag:Thu Mar 09 18:20:00 2000 Angelo Corsaro <corsaro@cs.wustl.edu>Angelo Corsaro2000-03-101-1/+1
|
* ChangeLogTag:Mon Aug 9 11:29:36 1999 Douglas C. Schmidt ↵schmidt1999-08-091-16/+17
| | | | <schmidt@tango.cs.wustl.edu>
* Added additional parameter <int signal_number> to all the Asynchronosalex1999-04-141-15/+51
| | | | | | Operation method so that we can specify which real-time signal should be used for each of the Asynchronous Operation. This only makes sense in the ACE_SIG_Proactor configuration.
* Changed the return values of the <ACE_Proactor::handle_events> API toalex1999-02-251-21/+21
| | | | | | | | | | | | | | | return -1 on error, 0 on timeout, 1 on success. This has been done so that it looks like the <ACE_Reactor::handle_events>. Previously <ACE_Proactor::handle_events> was returning -1 on error, 0 on success and 0 on timeout also. Fixed the <ACE_POSIX_AIOCB_Proactor::handle_events> and <ACE_POSIX_SIG_Proactor::handle_events> to do indefinite blocking when ACE_INFINITE is passed. <sigwaitinfo> is used instead of <sigtimedwait>. Renamed the <ACE_AIO_Accept_Handler> class to more appropriate <ACE_Notify_Pipe_Manager>.
* *** empty log message ***irfan1999-02-221-89/+110
|
* Added these files alsoalex1999-02-161-0/+1154