97b8365caf
From-SVN: r120621
50 lines
1.3 KiB
C++
50 lines
1.3 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __org_omg_PortableInterceptor_InvalidSlotHelper__
|
|
#define __org_omg_PortableInterceptor_InvalidSlotHelper__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class Any;
|
|
class TypeCode;
|
|
namespace portable
|
|
{
|
|
class InputStream;
|
|
class OutputStream;
|
|
}
|
|
}
|
|
namespace PortableInterceptor
|
|
{
|
|
class InvalidSlot;
|
|
class InvalidSlotHelper;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class org::omg::PortableInterceptor::InvalidSlotHelper : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
InvalidSlotHelper();
|
|
static ::org::omg::CORBA::TypeCode * type();
|
|
static void insert(::org::omg::CORBA::Any *, ::org::omg::PortableInterceptor::InvalidSlot *);
|
|
static ::org::omg::PortableInterceptor::InvalidSlot * extract(::org::omg::CORBA::Any *);
|
|
static ::java::lang::String * id();
|
|
static ::org::omg::PortableInterceptor::InvalidSlot * read(::org::omg::CORBA::portable::InputStream *);
|
|
static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::PortableInterceptor::InvalidSlot *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __org_omg_PortableInterceptor_InvalidSlotHelper__
|