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

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

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

revision 1.12 by audriusa, Sun Oct 2 19:58:00 2005 UTC revision 1.13 by audriusa, Tue Oct 4 17:58:15 2005 UTC
# Line 1101  public synchronized binaryReply submit() Line 1101  public synchronized binaryReply submit()
1101        }        }
1102      catch (IOException ex)      catch (IOException ex)
1103        {        {
1104          throw new MARSHAL("Unable to write method arguments to CDR output.");          MARSHAL m = new MARSHAL("Unable to write method arguments to CDR output.");
1105            m.minor = Minor.CDR;
1106            throw m;
1107        }        }
1108    }    }
1109    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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