Merged gcj-eclipse branch to trunk.

From-SVN: r120621
This commit is contained in:
Tom Tromey 2007-01-09 19:58:05 +00:00
parent c648dedbde
commit 97b8365caf
17478 changed files with 606493 additions and 100744 deletions

View 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__