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 --- libjava/javax/activation/CommandInfo.h | 37 ---------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 libjava/javax/activation/CommandInfo.h (limited to 'libjava/javax/activation/CommandInfo.h') diff --git a/libjava/javax/activation/CommandInfo.h b/libjava/javax/activation/CommandInfo.h deleted file mode 100644 index 19beecc..0000000 --- a/libjava/javax/activation/CommandInfo.h +++ /dev/null @@ -1,37 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_activation_CommandInfo__ -#define __javax_activation_CommandInfo__ - -#pragma interface - -#include -extern "Java" -{ - namespace javax - { - namespace activation - { - class CommandInfo; - class DataHandler; - } - } -} - -class javax::activation::CommandInfo : public ::java::lang::Object -{ - -public: - CommandInfo(::java::lang::String *, ::java::lang::String *); - virtual ::java::lang::String * getCommandName(); - virtual ::java::lang::String * getCommandClass(); - virtual ::java::lang::Object * getCommandObject(::javax::activation::DataHandler *, ::java::lang::ClassLoader *); -private: - ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) verb; - ::java::lang::String * className; -public: - static ::java::lang::Class class$; -}; - -#endif // __javax_activation_CommandInfo__ -- cgit v1.1