OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [TimerTask.h] - Blame information for rev 766

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_util_TimerTask__
5
#define __java_util_TimerTask__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
 
11
class java::util::TimerTask : public ::java::lang::Object
12
{
13
 
14
public: // actually protected
15
  TimerTask();
16
public:
17
  virtual jboolean cancel();
18
  virtual void run() = 0;
19
  virtual jlong scheduledExecutionTime();
20
public: // actually package-private
21
  jlong __attribute__((aligned(__alignof__( ::java::lang::Object)))) scheduled;
22
  jlong lastExecutionTime;
23
  jlong period;
24
  jboolean fixed;
25
public:
26
  static ::java::lang::Class class$;
27
};
28
 
29
#endif // __java_util_TimerTask__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.