Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
43
libjava/gnu/classpath/jdwp/processor/FieldCommandSet.h
Normal file
43
libjava/gnu/classpath/jdwp/processor/FieldCommandSet.h
Normal file
|
@ -0,0 +1,43 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_classpath_jdwp_processor_FieldCommandSet__
|
||||
#define __gnu_classpath_jdwp_processor_FieldCommandSet__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <gnu/classpath/jdwp/processor/CommandSet.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace classpath
|
||||
{
|
||||
namespace jdwp
|
||||
{
|
||||
namespace processor
|
||||
{
|
||||
class FieldCommandSet;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace java
|
||||
{
|
||||
namespace nio
|
||||
{
|
||||
class ByteBuffer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::classpath::jdwp::processor::FieldCommandSet : public ::gnu::classpath::jdwp::processor::CommandSet
|
||||
{
|
||||
|
||||
public:
|
||||
FieldCommandSet();
|
||||
virtual jboolean runCommand(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *, jbyte);
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_classpath_jdwp_processor_FieldCommandSet__
|
Loading…
Add table
Add a link
Reference in a new issue