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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [net/] [Proxy.h] - Blame information for rev 775

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_net_Proxy__
5
#define __java_net_Proxy__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace net
15
    {
16
        class Proxy;
17
        class Proxy$Type;
18
        class SocketAddress;
19
    }
20
  }
21
}
22
 
23
class java::net::Proxy : public ::java::lang::Object
24
{
25
 
26
public:
27
  Proxy(::java::net::Proxy$Type *, ::java::net::SocketAddress *);
28
  virtual ::java::net::SocketAddress * address();
29
  virtual ::java::net::Proxy$Type * type();
30
  virtual jboolean equals(::java::lang::Object *);
31
  virtual jint hashCode();
32
  virtual ::java::lang::String * toString();
33
  static ::java::net::Proxy * NO_PROXY;
34
private:
35
  ::java::net::Proxy$Type * __attribute__((aligned(__alignof__( ::java::lang::Object)))) type__;
36
  ::java::net::SocketAddress * address__;
37
public:
38
  static ::java::lang::Class class$;
39
};
40
 
41
#endif // __java_net_Proxy__

powered by: WebSVN 2.1.0

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