Fix typo in the last changelog entry.
[official-gcc.git] / libjava / java / net / PasswordAuthentication.h
blob2567fd0e5fcfd6f24ffb65d6f46cb54556cf6363
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_net_PasswordAuthentication__
5 #define __java_net_PasswordAuthentication__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace net
18 class PasswordAuthentication;
23 class java::net::PasswordAuthentication : public ::java::lang::Object
26 public:
27 PasswordAuthentication(::java::lang::String *, JArray< jchar > *);
28 ::java::lang::String * getUserName();
29 JArray< jchar > * getPassword();
30 private:
31 ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) username;
32 JArray< jchar > * password;
33 public:
34 static ::java::lang::Class class$;
37 #endif // __java_net_PasswordAuthentication__