/[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.4 by audriusa, Tue Oct 4 17:58:16 2005 UTC revision 1.5 by audriusa, Wed Oct 5 16:25:42 2005 UTC
# Line 119  public abstract class TaggedProfileHelpe Line 119  public abstract class TaggedProfileHelpe
119      catch (ClassCastException cex)      catch (ClassCastException cex)
120        {        {
121          BAD_OPERATION bad = new BAD_OPERATION("TaggedProfile expected");          BAD_OPERATION bad = new BAD_OPERATION("TaggedProfile expected");
122            bad.minor = Minor.Any;        
123          bad.initCause(cex);          bad.initCause(cex);
124          throw bad;          throw bad;
125        }        }

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

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