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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [java/] [nio/] [channels/] [Pipe.h] - Blame information for rev 847

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_nio_channels_Pipe__
5
#define __java_nio_channels_Pipe__
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 Pipe;
19
          class Pipe$SinkChannel;
20
          class Pipe$SourceChannel;
21
      }
22
    }
23
  }
24
}
25
 
26
class java::nio::channels::Pipe : public ::java::lang::Object
27
{
28
 
29
public: // actually protected
30
  Pipe();
31
public:
32
  static ::java::nio::channels::Pipe * open();
33
  virtual ::java::nio::channels::Pipe$SinkChannel * sink() = 0;
34
  virtual ::java::nio::channels::Pipe$SourceChannel * source() = 0;
35
  static ::java::lang::Class class$;
36
};
37
 
38
#endif // __java_nio_channels_Pipe__

powered by: WebSVN 2.1.0

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