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

Diff of /classpath/org/omg/CORBA/NO_MEMORY.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 78  public class NO_MEMORY Line 78  public class NO_MEMORY
78     * @param minor additional error code.     * @param minor additional error code.
79     * @param completed the method completion status.     * @param completed the method completion status.
80     */     */
81    NO_MEMORY(int minor, CompletionStatus completed)    public NO_MEMORY(int minor, CompletionStatus completed)
82    {    {
83      super("", minor, completed);      super("", minor, completed);
84    }    }
# Line 89  public class NO_MEMORY Line 89  public class NO_MEMORY
89     * @param minor additional error code (the "minor").     * @param minor additional error code (the "minor").
90     * @param completed the method completion status.     * @param completed the method completion status.
91     */     */
92    NO_MEMORY(String reason, int minor, CompletionStatus completed)    public NO_MEMORY(String reason, int minor, CompletionStatus completed)
93    {    {
94      super(reason, minor, completed);      super(reason, minor, completed);
95    }    }

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