gcc/libjava/java/net/URL$1.h
Matthias Klose e1ab4b422f re PR libgcj/42676 (javah doesn't generate the header files as checked in in the archive)
2010-03-13  Matthias Klose  <doko@ubuntu.com>

        PR libgcj/42676
        * Regenerate .h files for anonymous inner classes.

From-SVN: r157422
2010-03-13 14:27:27 +00:00

33 lines
536 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_net_URL$1__
#define __java_net_URL$1__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace java
{
namespace net
{
class URL$1;
}
}
}
class java::net::URL$1 : public ::java::lang::Object
{
public: // actually package-private
URL$1();
public:
virtual ::java::lang::ClassLoader * URL$1$run();
virtual ::java::lang::Object * run();
static ::java::lang::Class class$;
};
#endif // __java_net_URL$1__