mirror of git://gcc.gnu.org/git/gcc.git
51 lines
1.3 KiB
C++
51 lines
1.3 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_classpath_jdwp_transport_JdwpReplyPacket__
|
|
#define __gnu_classpath_jdwp_transport_JdwpReplyPacket__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/classpath/jdwp/transport/JdwpPacket.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace classpath
|
|
{
|
|
namespace jdwp
|
|
{
|
|
namespace transport
|
|
{
|
|
class JdwpPacket;
|
|
class JdwpReplyPacket;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::classpath::jdwp::transport::JdwpReplyPacket : public ::gnu::classpath::jdwp::transport::JdwpPacket
|
|
{
|
|
|
|
public:
|
|
JdwpReplyPacket();
|
|
JdwpReplyPacket(::gnu::classpath::jdwp::transport::JdwpPacket *, jshort);
|
|
JdwpReplyPacket(::gnu::classpath::jdwp::transport::JdwpPacket *);
|
|
virtual jint getLength();
|
|
virtual jshort getErrorCode();
|
|
virtual void setErrorCode(jshort);
|
|
public: // actually protected
|
|
virtual jint myFromBytes(JArray< jbyte > *, jint);
|
|
virtual void myWrite(::java::io::DataOutputStream *);
|
|
jshort __attribute__((aligned(__alignof__( ::gnu::classpath::jdwp::transport::JdwpPacket)))) _errorCode;
|
|
private:
|
|
static const jint MINIMUM_LENGTH = 2;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_classpath_jdwp_transport_JdwpReplyPacket__
|