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

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

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

revision 1.1 by audriusa, Sun Mar 6 09:13:35 2005 UTC revision 1.2 by gnu_andrew, Sun Mar 6 19:33:47 2005 UTC
# Line 153  class primitiveTypeCode Line 153  class primitiveTypeCode
153    
154    public Any member_label(int index)    public Any member_label(int index)
155                     throws org.omg.CORBA.TypeCodePackage.BadKind,                     throws org.omg.CORBA.TypeCodePackage.BadKind,
156                            org.omg.CORBA.Bounds                            org.omg.CORBA.TypeCodePackage.Bounds
157    {    {
158      throw new BadKind();      throw new BadKind();
159    }    }
# Line 166  class primitiveTypeCode Line 166  class primitiveTypeCode
166    
167    public TypeCode member_type(int index)    public TypeCode member_type(int index)
168                         throws org.omg.CORBA.TypeCodePackage.BadKind,                         throws org.omg.CORBA.TypeCodePackage.BadKind,
169                                org.omg.CORBA.Bounds                                org.omg.CORBA.TypeCodePackage.Bounds
170    {    {
171      throw new BadKind();      throw new BadKind();
172    }    }
173    
174    public short member_visibility(int index)    public short member_visibility(int index)
175                            throws org.omg.CORBA.TypeCodePackage.BadKind,                            throws org.omg.CORBA.TypeCodePackage.BadKind,
176                                   org.omg.CORBA.Bounds                                   org.omg.CORBA.TypeCodePackage.Bounds
177    {    {
178      throw new BadKind();      throw new BadKind();
179    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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