From 831bf921023e25b4f6b79fa96fc0b0ce039e0acf Mon Sep 17 00:00:00 2001 From: Audrius Meskauskas Date: Tue, 25 Oct 2005 12:43:36 +0000 Subject: 2005-10-25 Audrius Meskauskas * gnu/CORBA/interfaces/SocketFactory.java: New file. * gnu/CORBA/interfaces/gnuSocketFactory.java: Deleted. * gnu/CORBA/DefaultSocketFactory.java, gnu/CORBA/Functional_ORB.java, org/omg/CORBA/ORB.java: Replacing gnuSocketFactory into SocketFactory. --- org/omg/CORBA/ORB.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org') diff --git a/org/omg/CORBA/ORB.java b/org/omg/CORBA/ORB.java index 0d14c9d18..57d7cce2c 100644 --- a/org/omg/CORBA/ORB.java +++ b/org/omg/CORBA/ORB.java @@ -113,7 +113,7 @@ import java.util.Properties; * property com.sun.CORBA.connection.ORBSocketFactoryClass. To have multiple * types of sockets, instantiate several ORB's with this property each time * set to the different value. - * The factory must implement gnu.CORBA.interfaces.gnuSocketFactory. + * The factory must implement gnu.CORBA.interfaces.SocketFactory. * * * -- cgit v1.2.1