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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [net/] [protocol/] [gcjlib/] [Connection.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_net_protocol_gcjlib_Connection__
5
#define __gnu_java_net_protocol_gcjlib_Connection__
6
 
7
#pragma interface
8
 
9
#include <java/net/URLConnection.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace gcj
15
    {
16
        class Core;
17
    }
18
    namespace java
19
    {
20
      namespace net
21
      {
22
        namespace protocol
23
        {
24
          namespace gcjlib
25
          {
26
              class Connection;
27
          }
28
        }
29
      }
30
    }
31
  }
32
  namespace java
33
  {
34
    namespace net
35
    {
36
        class URL;
37
    }
38
  }
39
}
40
 
41
class gnu::java::net::protocol::gcjlib::Connection : public ::java::net::URLConnection
42
{
43
 
44
public:
45
  Connection(::java::net::URL *);
46
  virtual void connect();
47
  virtual ::java::io::InputStream * getInputStream();
48
  virtual ::java::lang::String * getHeaderField(::java::lang::String *);
49
public: // actually package-private
50
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::net::URLConnection)))) solib;
51
  ::java::lang::String * name;
52
  ::gnu::gcj::Core * core;
53
public:
54
  static ::java::lang::Class class$;
55
};
56
 
57
#endif // __gnu_java_net_protocol_gcjlib_Connection__

powered by: WebSVN 2.1.0

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