This is the mail archive of the java-patches@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: [PATCH]: Socket.getImpl()


On Sun, Nov 23, 2003 at 08:33:06PM -0600, Mohan Embar wrote:
> Hi Michael,
> 
> >I commited the attached patch to rename some methods to circumvent
> >problems with java.net.
> 
> I know you're probably still in this code, but I'm putting out
> a new MinGW build tonight and this is one of the patches I'm
> going to apply to my build. I tested this on the Linux native
> compiler too.
> 
> Thanks again for your hard work.
> 
> -- Mohan
> http://www.thisiscool.com/
> http://www.animalsong.org/
> 
> ChangeLog
> 2003-11-23  Mohan Embar  <gnustuff@thisiscool.com>
> 
> 	* java/net/ServerSocket.java (implAccept): Use
> 	Socket.getImpl() instead of Socket.impl
> 	* java/net/Socket.java
> 	(impl): Made private.
> 	(getImpl) Changed from private to package-private.

I had the same changes in my tree already. Are reading my mind again ?
I think I need something like a firewall for it. ;)


Michael


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