Retro68/gcc/libjava/gnu/CORBA/GIOP/CancelHeader.h
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

50 lines
938 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_CORBA_GIOP_CancelHeader__
#define __gnu_CORBA_GIOP_CancelHeader__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace CORBA
{
namespace GIOP
{
class CancelHeader;
}
}
}
namespace org
{
namespace omg
{
namespace CORBA
{
namespace portable
{
class InputStream;
class OutputStream;
}
}
}
}
}
class gnu::CORBA::GIOP::CancelHeader : public ::java::lang::Object
{
public:
CancelHeader();
virtual void read(::org::omg::CORBA::portable::InputStream *) = 0;
virtual void write(::org::omg::CORBA::portable::OutputStream *) = 0;
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) request_id;
static ::java::lang::Class class$;
};
#endif // __gnu_CORBA_GIOP_CancelHeader__