* gcc.dg/stack-usage-1.c: Remove dg-options line for sh targets
[official-gcc.git] / libjava / javax / naming / MalformedLinkException.h
blob982cf900df3b547f3e031552f5c26476f4892fd9
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_naming_MalformedLinkException__
5 #define __javax_naming_MalformedLinkException__
7 #pragma interface
9 #include <javax/naming/LinkException.h>
10 extern "Java"
12 namespace javax
14 namespace naming
16 class MalformedLinkException;
21 class javax::naming::MalformedLinkException : public ::javax::naming::LinkException
24 public:
25 MalformedLinkException();
26 MalformedLinkException(::java::lang::String *);
27 private:
28 static const jlong serialVersionUID = -3066740437737830242LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __javax_naming_MalformedLinkException__