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 --- .../BeanContextServicesSupport$ServiceLease.h | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 libjava/java/beans/beancontext/BeanContextServicesSupport$ServiceLease.h (limited to 'libjava/java/beans/beancontext/BeanContextServicesSupport$ServiceLease.h') diff --git a/libjava/java/beans/beancontext/BeanContextServicesSupport$ServiceLease.h b/libjava/java/beans/beancontext/BeanContextServicesSupport$ServiceLease.h deleted file mode 100644 index 0f6a32e..0000000 --- a/libjava/java/beans/beancontext/BeanContextServicesSupport$ServiceLease.h +++ /dev/null @@ -1,37 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_beans_beancontext_BeanContextServicesSupport$ServiceLease__ -#define __java_beans_beancontext_BeanContextServicesSupport$ServiceLease__ - -#pragma interface - -#include -extern "Java" -{ - namespace java - { - namespace beans - { - namespace beancontext - { - class BeanContextServicesSupport$ServiceLease; - } - } - } -} - -class java::beans::beancontext::BeanContextServicesSupport$ServiceLease : public ::java::beans::beancontext::BeanContextServicesSupport$Request -{ - -public: - BeanContextServicesSupport$ServiceLease(::java::lang::Object *, ::java::lang::Object *); - virtual jboolean equals(::java::lang::Object *); - virtual ::java::lang::Object * getService(); -private: - ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::beans::beancontext::BeanContextServicesSupport$Request)))) service; -public: - static ::java::lang::Class class$; -}; - -#endif // __java_beans_beancontext_BeanContextServicesSupport$ServiceLease__ -- cgit v1.1