/[classpath]/classpath/gnu/CORBA/CDR/noHeaderInput.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/CDR/noHeaderInput.java

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

revision 1.2 by audriusa, Sun Oct 2 19:58:00 2005 UTC revision 1.3 by audriusa, Tue Oct 4 17:58:14 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA.CDR;  package gnu.CORBA.CDR;
40    
41    import gnu.CORBA.Minor;
42    
43  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
44  import org.omg.CORBA.AnySeqHolder;  import org.omg.CORBA.AnySeqHolder;
45  import org.omg.CORBA.BooleanSeqHolder;  import org.omg.CORBA.BooleanSeqHolder;
# Line 192  public class noHeaderInput Line 194  public class noHeaderInput
194            {            {
195              MARSHAL m = new MARSHAL("Can't read an instance of "              MARSHAL m = new MARSHAL("Can't read an instance of "
196                + clz.getName());                + clz.getName());
197                m.minor = Minor.Value;
198              m.initCause(ex);              m.initCause(ex);
199              throw m;              throw m;
200            }            }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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