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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [nio/] [channels/] [FileChannel$MapMode.h] - Blame information for rev 758

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_nio_channels_FileChannel$MapMode__
5
#define __java_nio_channels_FileChannel$MapMode__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace nio
15
    {
16
      namespace channels
17
      {
18
          class FileChannel$MapMode;
19
      }
20
    }
21
  }
22
}
23
 
24
class java::nio::channels::FileChannel$MapMode : public ::java::lang::Object
25
{
26
 
27
public: // actually package-private
28
  FileChannel$MapMode(jint);
29
public:
30
  virtual ::java::lang::String * toString();
31
public: // actually package-private
32
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) m;
33
public:
34
  static ::java::nio::channels::FileChannel$MapMode * READ_ONLY;
35
  static ::java::nio::channels::FileChannel$MapMode * READ_WRITE;
36
  static ::java::nio::channels::FileChannel$MapMode * PRIVATE;
37
  static ::java::lang::Class class$;
38
};
39
 
40
#endif // __java_nio_channels_FileChannel$MapMode__

powered by: WebSVN 2.1.0

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