win32.cc (WSAEventWrapper): Implemented default constructor and init() methods.
authorMohan Embar <gnustuff@thisiscool.com>
Tue, 16 Dec 2003 22:54:22 +0000 (22:54 +0000)
committerMohan Embar <membar@gcc.gnu.org>
Tue, 16 Dec 2003 22:54:22 +0000 (22:54 +0000)
commit5cd4d463f974cced4d9819ace4583641ec0ad188
treeb5989fc00b6fe0bbc2e88ddede32688185e6203f
parent027e655b6eb26b1a17355c0ad4d97baf9d418a30
win32.cc (WSAEventWrapper): Implemented default constructor and init() methods.

* win32.cc (WSAEventWrapper): Implemented default
constructor and init() methods.
(_Jv_select): Removed.
* gnu/java/nio/natSelectorImplWin32.cc
(helper_put_filedescriptors): Removed.
(helper_get_filedescriptors): Removed.
(implSelect): Implemented in terms of WSAEventWrapper
and WSAWaitForMultipleEvents instead of _Jv_select().
Added support for thread interruption.
* include/win32.h (WSAEventWrapper): Minor formatting
changes; added default constructor declaration, init(),
getFD() and getEventHandle() methods.
(_Jv_select): Removed.

From-SVN: r74715
libjava/ChangeLog
libjava/gnu/java/nio/natSelectorImplWin32.cc
libjava/include/win32.h
libjava/win32.cc