
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_TypeCodeHelper__
#define __gnu_CORBA_TypeCodeHelper__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
        class TypeCodeHelper;
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class TypeCode;
        namespace portable
        {
            class InputStream;
            class OutputStream;
        }
      }
    }
  }
}

class gnu::CORBA::TypeCodeHelper : public ::java::lang::Object
{

public:
  TypeCodeHelper();
  static ::org::omg::CORBA::TypeCode * read(::org::omg::CORBA::portable::InputStream *);
  static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::TypeCode *);
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_TypeCodeHelper__
