/[classpath]/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java
ViewVC logotype

Diff of /classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java

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

revision 1.3 by audriusa, Sun Aug 28 11:23:37 2005 UTC revision 1.4 by audriusa, Wed Oct 5 16:25:42 2005 UTC
# Line 110  public abstract class DuplicateNameHelpe Line 110  public abstract class DuplicateNameHelpe
110      catch (ClassCastException cex)      catch (ClassCastException cex)
111        {        {
112          BAD_OPERATION bad = new BAD_OPERATION("DuplicateName expected");          BAD_OPERATION bad = new BAD_OPERATION("DuplicateName expected");
113            bad.minor = Minor.Any;        
114          bad.initCause(cex);          bad.initCause(cex);
115          throw bad;          throw bad;
116        }        }

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