Fix expected messages in test
[official-gcc.git] / libjava / javax / naming / LinkRef.h
blob3ef79dcf56d9bc110054dd54a503de8994138bcd
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_naming_LinkRef__
5 #define __javax_naming_LinkRef__
7 #pragma interface
9 #include <javax/naming/Reference.h>
10 extern "Java"
12 namespace javax
14 namespace naming
16 class LinkRef;
17 class Name;
22 class javax::naming::LinkRef : public ::javax::naming::Reference
25 public:
26 LinkRef(::javax::naming::Name *);
27 LinkRef(::java::lang::String *);
28 virtual ::java::lang::String * getLinkName();
29 private:
30 static const jlong serialVersionUID = -5386290613498931298LL;
31 public:
32 static ::java::lang::Class class$;
35 #endif // __javax_naming_LinkRef__