001    /***** Copyright (c) 1999 Object Management Group. Unlimited rights to 
002           duplicate and use this code are hereby granted provided that this 
003           copyright notice is included.
004    *****/
005    
006    /***** This class is generated by an IDL compiler and is ORB-vendor specific. 
007           A "dummy" implementation is provided so that the "official" org.omg.*
008           packages may be compiled.  In order to actually use a Java ORB,
009           the ORB vendor's implementation will provide a "real"
010           implementation of the class.
011    
012           In order to be conformant the class shall support the signatures
013           specified here, but will have an orb-specific implementation.
014    
015           The class may support additional vendor specific functionality.
016           It shall have at least the inheritance relationships specified
017           here. Any additional (vendor specific) inheritance relationships may 
018           only be with other classes and interfaces that are guaranteed to be 
019           present in the JDK core.
020    *****/
021    
022    package org.omg.CORBA.ORBPackage;
023    
024    public final class InconsistentTypeCodeHelper {
025    
026        public static void insert(org.omg.CORBA.Any any, 
027                           org.omg.CORBA.ORBPackage.InconsistentTypeCode _value) {
028            throw new org.omg.CORBA.NO_IMPLEMENT();
029        }
030    
031        public static org.omg.CORBA.ORBPackage.InconsistentTypeCode extract(
032                          org.omg.CORBA.Any any) {
033            throw new org.omg.CORBA.NO_IMPLEMENT();
034        }
035    
036        public static org.omg.CORBA.TypeCode type () {
037            throw new org.omg.CORBA.NO_IMPLEMENT();
038        }
039    
040        public static java.lang.String id () {
041            throw new org.omg.CORBA.NO_IMPLEMENT();
042        }
043    
044        public static org.omg.CORBA.ORBPackage.InconsistentTypeCode 
045            read (org.omg.CORBA.portable.InputStream _input) {
046                throw new org.omg.CORBA.NO_IMPLEMENT();
047        }
048    
049        public static void write (org.omg.CORBA.portable.OutputStream _output, 
050                            org.omg.CORBA.ORBPackage.InconsistentTypeCode _value) {
051            throw new org.omg.CORBA.NO_IMPLEMENT();
052        }
053    }