This is the mail archive of the java@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: 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



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