I've started to tidy up the Java APIs in OSNetworkSystem that, for some inexplicable reason, seems to have two method calls for each API method (the public instance method dispatches to a package static method ?!) and other junk.
There is a motley set of APIs accumulated in there too, which I'll go back and rationalize once I'm through the grunt work. I'll be committing it in steps since there is a good chance for typos to creep in. Everything should stay working at all times, so let me know if things break. Regards, Tim [EMAIL PROTECTED] wrote: > Author: tellison > Date: Fri Nov 21 08:42:48 2008 > New Revision: 719634 > > URL: http://svn.apache.org/viewvc?rev=719634&view=rev > Log: > Start to tidy up the network interface. > First part of removing redundant methods and adopting sensible names. > > Modified: > > harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSNetworkSystem.java > > harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c > > harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.h > > harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c > > harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt > > harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSNetworkSystemWin32.c
