This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: status of java.net
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Erik Poupaert <erik dot poupaert at chello dot be>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 9 Jan 2003 14:13:19 -0500 (EST)
- Subject: Re: status of java.net
On Thu, 9 Jan 2003, Erik Poupaert wrote:
> It seems that natPlainDatagramSocketImpl.cc and natPlainSocketImpl.cc
> contain a large number of unimplemented methods. Does anybody know what the
> status is of java.net?
Look closer. Most of the unimplement methods should be wrapped in
#ifdef DISABLE_JAVA_NET
...
#else /* DISABLE_JAVA_NET */
Jeff