Fix typo in the last changelog entry.
[official-gcc.git] / libjava / java / lang / VMProcess.h
blobc0912e5c21e6746e494bf6b7dc9589ebab91fbfe
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_VMProcess__
5 #define __java_lang_VMProcess__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
13 class java::lang::VMProcess : public ::java::lang::Object
16 public: // actually package-private
17 VMProcess();
18 static ::java::lang::Process * nativeExec(JArray< ::java::lang::String * > *, JArray< ::java::lang::String * > *, ::java::io::File *, jboolean);
19 static ::java::lang::Process * exec(::java::util::List *, ::java::util::Map *, ::java::io::File *, jboolean);
20 public:
21 static ::java::lang::Class class$;
24 #endif // __java_lang_VMProcess__