From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Fri, 30 Sep 2016 16:24:48 +0000 Subject: Makefile.def: Remove libjava. 2016-09-30 Andrew Haley * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662 --- .../javax/management/ServiceNotFoundException.h | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 libjava/javax/management/ServiceNotFoundException.h (limited to 'libjava/javax/management/ServiceNotFoundException.h') diff --git a/libjava/javax/management/ServiceNotFoundException.h b/libjava/javax/management/ServiceNotFoundException.h deleted file mode 100644 index 8eb2902..0000000 --- a/libjava/javax/management/ServiceNotFoundException.h +++ /dev/null @@ -1,33 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_management_ServiceNotFoundException__ -#define __javax_management_ServiceNotFoundException__ - -#pragma interface - -#include -extern "Java" -{ - namespace javax - { - namespace management - { - class ServiceNotFoundException; - } - } -} - -class javax::management::ServiceNotFoundException : public ::javax::management::OperationsException -{ - -public: - ServiceNotFoundException(); - ServiceNotFoundException(::java::lang::String *); -private: - static const jlong serialVersionUID = -3990675661956646827LL; -public: - static ::java::lang::Class class$; -}; - -#endif // __javax_management_ServiceNotFoundException__ -- cgit v1.1