|
From: Michael R. <mr...@us...> - 2004-07-28 16:03:50
|
Update of /cvsroot/openorb/OpenORB/src/test/org/openorb/orb/test/rmi/complex In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4581/OpenORB/src/test/org/openorb/orb/test/rmi/complex Modified Files: RemoteComplex.java Log Message: Turned around the echo_any methods to make bug #955143 appear Index: RemoteComplex.java =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/test/org/openorb/orb/test/rmi/complex/RemoteComplex.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- RemoteComplex.java 11 Nov 2003 14:38:17 -0000 1.1 +++ RemoteComplex.java 28 Jul 2004 16:03:24 -0000 1.2 @@ -216,8 +216,8 @@ * @return The Any instance. * @throws RemoteException When an error occurs. */ - org.omg.CORBA.Any echo_any( org.omg.CORBA.Any any ) throws RemoteException; org.omg.CORBA.Any[] echo_any( org.omg.CORBA.Any[] any ) throws RemoteException; + org.omg.CORBA.Any echo_any( org.omg.CORBA.Any any ) throws RemoteException; /** * JavaToIdl failed passing objects derived from IDLEntity. |