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

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

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

revision 1.3 by mark, Sat Jul 2 20:32:55 2005 UTC revision 1.4 by audriusa, Fri Oct 28 12:04:40 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA;  package org.omg.CORBA;
40    
41  import gnu.CORBA.Restricted_ORB;  import gnu.CORBA.OrbRestricted;
42    
43  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
44  import org.omg.CORBA.portable.OutputStream;  import org.omg.CORBA.portable.OutputStream;
# Line 131  public abstract class CompletionStatusHe Line 131  public abstract class CompletionStatusHe
131            new String[] { "COMPLETED_YES", "COMPLETED_NO", "COMPLETED_MAYBE" };            new String[] { "COMPLETED_YES", "COMPLETED_NO", "COMPLETED_MAYBE" };
132    
133          typeCode =          typeCode =
134            Restricted_ORB.Singleton.create_enum_tc(id(), "CompletionStatus",            OrbRestricted.Singleton.create_enum_tc(id(), "CompletionStatus",
135                                                    members                                                    members
136                                                   );                                                   );
137        }        }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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