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/gnu/java/net/protocol/https/Handler.h | 50 --------------------------- 1 file changed, 50 deletions(-) delete mode 100644 libjava/gnu/java/net/protocol/https/Handler.h (limited to 'libjava/gnu/java/net/protocol/https') diff --git a/libjava/gnu/java/net/protocol/https/Handler.h b/libjava/gnu/java/net/protocol/https/Handler.h deleted file mode 100644 index ce077f0..0000000 --- a/libjava/gnu/java/net/protocol/https/Handler.h +++ /dev/null @@ -1,50 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_java_net_protocol_https_Handler__ -#define __gnu_java_net_protocol_https_Handler__ - -#pragma interface - -#include -extern "Java" -{ - namespace gnu - { - namespace java - { - namespace net - { - namespace protocol - { - namespace https - { - class Handler; - } - } - } - } - } - namespace java - { - namespace net - { - class URL; - class URLConnection; - } - } -} - -class gnu::java::net::protocol::https::Handler : public ::java::net::URLStreamHandler -{ - -public: - Handler(); -public: // actually protected - virtual jint getDefaultPort(); -public: - virtual ::java::net::URLConnection * openConnection(::java::net::URL *); - static ::java::lang::Class class$; -}; - -#endif // __gnu_java_net_protocol_https_Handler__ -- cgit v1.1