mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
25 lines
698 B
C
25 lines
698 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_util_concurrent_Executors$1__
|
||
|
#define __java_util_concurrent_Executors$1__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
|
||
|
class java::util::concurrent::Executors$1 : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
Executors$1(::java::util::concurrent::Executors$PrivilegedCallable *);
|
||
|
public:
|
||
|
virtual ::java::lang::Object * run();
|
||
|
public: // actually package-private
|
||
|
::java::util::concurrent::Executors$PrivilegedCallable * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$1;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_util_concurrent_Executors$1__
|