mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
42 lines
991 B
C
42 lines
991 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_rmi_dgc_LeaseRenewingTask$LeaseTimerTask__
|
||
|
#define __gnu_java_rmi_dgc_LeaseRenewingTask$LeaseTimerTask__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/util/TimerTask.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace rmi
|
||
|
{
|
||
|
namespace dgc
|
||
|
{
|
||
|
class LeaseRenewingTask;
|
||
|
class LeaseRenewingTask$LeaseTimerTask;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::rmi::dgc::LeaseRenewingTask$LeaseTimerTask : public ::java::util::TimerTask
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
LeaseRenewingTask$LeaseTimerTask(::gnu::java::rmi::dgc::LeaseRenewingTask *);
|
||
|
public:
|
||
|
virtual void run();
|
||
|
public: // actually package-private
|
||
|
::gnu::java::rmi::dgc::LeaseRenewingTask * __attribute__((aligned(__alignof__( ::java::util::TimerTask)))) this$0;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_rmi_dgc_LeaseRenewingTask$LeaseTimerTask__
|