/[classpath]/classpath/org/omg/IOP/TaggedProfileHelper.java
ViewVC logotype

Diff of /classpath/org/omg/IOP/TaggedProfileHelper.java

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

revision 1.3 by audriusa, Sun Aug 28 11:23:36 2005 UTC revision 1.4 by audriusa, Tue Oct 4 17:58:16 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.IOP;  package org.omg.IOP;
40    
41    import gnu.CORBA.Minor;
42  import gnu.CORBA.CDR.cdrBufInput;  import gnu.CORBA.CDR.cdrBufInput;
43  import gnu.CORBA.CDR.cdrBufOutput;  import gnu.CORBA.CDR.cdrBufOutput;
44    
# Line 178  public abstract class TaggedProfileHelpe Line 179  public abstract class TaggedProfileHelpe
179          catch (IOException e)          catch (IOException e)
180            {            {
181              MARSHAL m = new MARSHAL();              MARSHAL m = new MARSHAL();
182                m.minor = Minor.Encapsulation;
183              m.initCause(e);              m.initCause(e);
184              throw m;              throw m;
185            }            }

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

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