/[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 by mkoch, Wed Mar 9 09:56:54 2005 UTC revision 1.7 by audriusa, Fri May 20 07:26:10 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  
changed lines
  Added in v.1.7

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