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

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

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

revision 1.6.2.1 by gnu_andrew, Sun Mar 13 14:38:55 2005 UTC revision 1.6.2.2 by gnu_andrew, Fri May 27 00:01:46 2005 UTC
# Line 59  public class CompletionStatus Line 59  public class CompletionStatus
59    /**    /**
60     * The method was completed when the exception was thrown.     * The method was completed when the exception was thrown.
61     */     */
62    static final int _COMPLETED_YES = 0;    public static final int _COMPLETED_YES = 0;
63    
64    /**    /**
65     * The method was running when the exception was thrown.     * The method was running when the exception was thrown.
66     */     */
67    static final int _COMPLETED_NO = 1;    public static final int _COMPLETED_NO = 1;
68    
69    /**    /**
70     * The method was either running or complete (no exact information availabe)     * The method was either running or complete (no exact information availabe)
71     * when the exception was thrown.     * when the exception was thrown.
72     */     */
73    static final int _COMPLETED_MAYBE = 2;    public static final int _COMPLETED_MAYBE = 2;
74    
75    /**    /**
76     * An instance of CompletionStatus, initialized to {@link #COMPLETED_YES }     * An instance of CompletionStatus, initialized to {@link #COMPLETED_YES }

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

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