This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: WIN-20: same thing for java/net


Adam Megacz wrote:

>Likewise, I'd like to move java/net/natPlainDatagramSocket.cc,
>java/net/natPlainSocket.cc, and java/net/natInetAddress.cc over to
>*Posix.cc.
>
>Ok to commit?
>

Are we sure that we want to have completely different implementations 
here for Win32 and Posix? ie Winsock is different enough from Posix that 
sharing parts of the implementation is not possible? Because currently 
it looks like the same implementation is used on both platforms with 
only the includes changed.

regards

Bryce.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]