/[classpath]/classpath/gnu/CORBA/ExceptionCreator.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/ExceptionCreator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.1.2.3 by gnu_andrew, Sat Sep 10 15:31:35 2005 UTC
# Line 145  public class ExceptionCreator Line 145  public class ExceptionCreator
145    {    {
146      try      try
147        {        {
148          String holder = toHelperName(idl);          String helper = toHelperName(idl);
149            Class helperClass = Class.forName(helper);
         System.out.println("Helper " + holder);  
   
         Class holderClass = Class.forName(holder);  
150    
151          Method read =          Method read =
152            holderClass.getMethod("read",            helperClass.getMethod("read",
153                                  new Class[]                                  new Class[]
154                                  {                                  {
155                                    org.omg.CORBA.portable.InputStream.class                                    org.omg.CORBA.portable.InputStream.class

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26