This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-20: same thing for java/net
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <patches at lists dot megacz dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 12 Feb 2002 16:40:39 +1300
- Subject: Re: WIN-20: same thing for java/net
- References: <86d6zbfmme.fsf@megacz.com>
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.