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

Diff of /classpath/org/omg/CORBA/INV_POLICY.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:58 2005 UTC revision 1.2.2.2 by gnu_andrew, Wed Mar 23 21:00:05 2005 UTC
# Line 80  public class INV_POLICY Line 80  public class INV_POLICY
80     * @param minor additional error code.     * @param minor additional error code.
81     * @param completed the method completion status.     * @param completed the method completion status.
82     */     */
83    INV_POLICY(int minor, CompletionStatus completed)    public INV_POLICY(int minor, CompletionStatus completed)
84    {    {
85      super("", minor, completed);      super("", minor, completed);
86    }    }
# Line 91  public class INV_POLICY Line 91  public class INV_POLICY
91     * @param minor additional error code (the "minor").     * @param minor additional error code (the "minor").
92     * @param completed the method completion status.     * @param completed the method completion status.
93     */     */
94    INV_POLICY(String reason, int minor, CompletionStatus completed)    public INV_POLICY(String reason, int minor, CompletionStatus completed)
95    {    {
96      super(reason, minor, completed);      super(reason, minor, completed);
97    }    }

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