rt_gccstream/libjava/org/omg/CORBA/PolicyTypeHelper.h

46 lines
1016 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CORBA_PolicyTypeHelper__
#define __org_omg_CORBA_PolicyTypeHelper__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace org
{
namespace omg
{
namespace CORBA
{
class Any;
class PolicyTypeHelper;
class TypeCode;
namespace portable
{
class InputStream;
class OutputStream;
}
}
}
}
}
class org::omg::CORBA::PolicyTypeHelper : public ::java::lang::Object
{
public:
PolicyTypeHelper();
static ::org::omg::CORBA::TypeCode * type();
static void insert(::org::omg::CORBA::Any *, jint);
static jint extract(::org::omg::CORBA::Any *);
static ::java::lang::String * id();
static jint read(::org::omg::CORBA::portable::InputStream *);
static void write(::org::omg::CORBA::portable::OutputStream *, jint);
static ::java::lang::Class class$;
};
#endif // __org_omg_CORBA_PolicyTypeHelper__