This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: {Patch] java.net network functions
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 21 Nov 2002 11:48:25 -0700
- Subject: Re: {Patch] java.net network functions
- References: <200211211126.28048.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> In the future I plan to add some more complex functions with
Michael> prototypes in these headers. Should the implementations of these
Michael> functions be in [posic|win32].cc or somewhere else ?
If a function has a platform-dependent implementation then it makes
sense to put that implementation into {posix,win32}.cc. If those
files get too big we can think about restructuring.
Tom