OSDN Git Service

PR libgcj/31084
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / VMProcess.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_lang_VMProcess__
5 #define __java_lang_VMProcess__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12
13 class java::lang::VMProcess : public ::java::lang::Object
14 {
15
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$;
22 };
23
24 #endif // __java_lang_VMProcess__