/[classpath]/classpath/org/omg/CORBA/NO_IMPLEMENT.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/NO_IMPLEMENT.java

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

revision 1.2.2.1 by gnu_andrew, Sun Mar 13 14:38:59 2005 UTC revision 1.2.2.2 by gnu_andrew, Wed Mar 23 21:00:05 2005 UTC
# Line 79  public class NO_IMPLEMENT Line 79  public class NO_IMPLEMENT
79     * @param minor additional error code.     * @param minor additional error code.
80     * @param completed the method completion status.     * @param completed the method completion status.
81     */     */
82    NO_IMPLEMENT(int minor, CompletionStatus completed)    public NO_IMPLEMENT(int minor, CompletionStatus completed)
83    {    {
84      super("", minor, completed);      super("", minor, completed);
85    }    }
# Line 90  public class NO_IMPLEMENT Line 90  public class NO_IMPLEMENT
90     * @param minor additional error code (the "minor").     * @param minor additional error code (the "minor").
91     * @param completed the method completion status.     * @param completed the method completion status.
92     */     */
93    NO_IMPLEMENT(String reason, int minor, CompletionStatus completed)    public NO_IMPLEMENT(String reason, int minor, CompletionStatus completed)
94    {    {
95      super(reason, minor, completed);      super(reason, minor, completed);
96    }    }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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