OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / net / protocol / http / SimpleCookieManager.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_java_net_protocol_http_SimpleCookieManager__
5 #define __gnu_java_net_protocol_http_SimpleCookieManager__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace net
19       {
20         namespace protocol
21         {
22           namespace http
23           {
24               class Cookie;
25               class SimpleCookieManager;
26           }
27         }
28       }
29     }
30   }
31 }
32
33 class gnu::java::net::protocol::http::SimpleCookieManager : public ::java::lang::Object
34 {
35
36 public:
37   SimpleCookieManager();
38   virtual void setCookie(::gnu::java::net::protocol::http::Cookie *);
39   virtual JArray< ::gnu::java::net::protocol::http::Cookie * > * getCookies(::java::lang::String *, jboolean, ::java::lang::String *);
40 private:
41   void addCookies(::java::util::List *, ::java::lang::String *, jboolean, ::java::lang::String *, ::java::util::Date *);
42 public: // actually protected
43   ::java::util::Map * __attribute__((aligned(__alignof__( ::java::lang::Object)))) cookies;
44 public:
45   static ::java::lang::Class class$;
46 };
47
48 #endif // __gnu_java_net_protocol_http_SimpleCookieManager__