Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -51,6 +51,8 @@ public final class SocketChannelSelectionKey
|
||||
|
||||
public int getNativeFD()
|
||||
{
|
||||
return ((SocketChannelImpl) ch).getNativeFD();
|
||||
NIOSocket socket =
|
||||
(NIOSocket) ((SocketChannelImpl) ch).socket();
|
||||
return socket.getPlainSocketImpl().getNativeFD();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user