Committed up-to-date .class and .h files from an earlier commit

From-SVN: r123890
This commit is contained in:
Tom Tromey
2007-04-16 20:15:00 +00:00
parent 1c23733ce2
commit 3088dc29d1
7 changed files with 20 additions and 0 deletions
@@ -24,6 +24,7 @@ extern "Java"
namespace net
{
class URL;
class URLClassLoader;
}
}
}
@@ -35,10 +36,16 @@ public: // actually package-private
BootClassLoader(::java::lang::String *);
public:
::java::lang::Class * bootLoadClass(::java::lang::String *);
private:
::java::net::URLClassLoader * getBootURLLoader();
public:
::java::net::URL * bootGetResource(::java::lang::String *);
::java::util::Enumeration * bootGetResources(::java::lang::String *);
public: // actually package-private
static ::java::lang::Class * coreHandler;
private:
jboolean __attribute__((aligned(__alignof__( ::gnu::gcj::runtime::HelperClassLoader)))) initialized;
::java::net::URLClassLoader * bootURLLoader;
public:
static ::java::lang::Class class$;
};