mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
27 lines
733 B
C++
27 lines
733 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_util_concurrent_Executors$4__
|
|
#define __java_util_concurrent_Executors$4__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
|
|
class java::util::concurrent::Executors$4 : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
Executors$4(::java::util::concurrent::Executors$3 *, ::java::lang::Runnable *);
|
|
public:
|
|
virtual ::java::lang::Object * run();
|
|
public: // actually package-private
|
|
::java::util::concurrent::Executors$3 * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$2;
|
|
private:
|
|
::java::lang::Runnable * val$r;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_util_concurrent_Executors$4__
|