mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
25 lines
658 B
C++
25 lines
658 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_lang_VMProcess__
|
|
#define __java_lang_VMProcess__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
|
|
class java::lang::VMProcess : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
VMProcess();
|
|
static ::java::lang::Process * nativeExec(JArray< ::java::lang::String * > *, JArray< ::java::lang::String * > *, ::java::io::File *, jboolean);
|
|
static ::java::lang::Process * exec(::java::util::List *, ::java::util::Map *, ::java::io::File *, jboolean);
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_lang_VMProcess__
|