From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- .../naming/ictxImpl/trans/GnuName$GnuNameEnum.h | 46 +++++++++++++ libjava/gnu/javax/naming/ictxImpl/trans/GnuName.h | 76 ++++++++++++++++++++++ 2 files changed, 122 insertions(+) create mode 100644 libjava/gnu/javax/naming/ictxImpl/trans/GnuName$GnuNameEnum.h create mode 100644 libjava/gnu/javax/naming/ictxImpl/trans/GnuName.h (limited to 'libjava/gnu/javax/naming/ictxImpl') diff --git a/libjava/gnu/javax/naming/ictxImpl/trans/GnuName$GnuNameEnum.h b/libjava/gnu/javax/naming/ictxImpl/trans/GnuName$GnuNameEnum.h new file mode 100644 index 000000000..138c63af7 --- /dev/null +++ b/libjava/gnu/javax/naming/ictxImpl/trans/GnuName$GnuNameEnum.h @@ -0,0 +1,46 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __gnu_javax_naming_ictxImpl_trans_GnuName$GnuNameEnum__ +#define __gnu_javax_naming_ictxImpl_trans_GnuName$GnuNameEnum__ + +#pragma interface + +#include +extern "Java" +{ + namespace gnu + { + namespace javax + { + namespace naming + { + namespace ictxImpl + { + namespace trans + { + class GnuName; + class GnuName$GnuNameEnum; + } + } + } + } + } +} + +class gnu::javax::naming::ictxImpl::trans::GnuName$GnuNameEnum : public ::java::lang::Object +{ + +public: // actually package-private + GnuName$GnuNameEnum(::gnu::javax::naming::ictxImpl::trans::GnuName *, jint); +public: + virtual jboolean hasMoreElements(); + virtual ::java::lang::Object * nextElement(); +public: // actually package-private + jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) nxt; + ::gnu::javax::naming::ictxImpl::trans::GnuName * this$0; +public: + static ::java::lang::Class class$; +}; + +#endif // __gnu_javax_naming_ictxImpl_trans_GnuName$GnuNameEnum__ diff --git a/libjava/gnu/javax/naming/ictxImpl/trans/GnuName.h b/libjava/gnu/javax/naming/ictxImpl/trans/GnuName.h new file mode 100644 index 000000000..dd2b2d64b --- /dev/null +++ b/libjava/gnu/javax/naming/ictxImpl/trans/GnuName.h @@ -0,0 +1,76 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __gnu_javax_naming_ictxImpl_trans_GnuName__ +#define __gnu_javax_naming_ictxImpl_trans_GnuName__ + +#pragma interface + +#include +#include + +extern "Java" +{ + namespace gnu + { + namespace javax + { + namespace naming + { + namespace ictxImpl + { + namespace trans + { + class GnuName; + } + } + } + } + } + namespace javax + { + namespace naming + { + class Name; + } + } +} + +class gnu::javax::naming::ictxImpl::trans::GnuName : public ::java::lang::Object +{ + +public: // actually protected + GnuName(); +public: + GnuName(JArray< ::java::lang::String * > *); + GnuName(JArray< ::java::lang::String * > *, jint, jint); + virtual ::javax::naming::Name * add(jint, ::java::lang::String *); + virtual ::javax::naming::Name * add(::java::lang::String *); + virtual ::javax::naming::Name * addAll(jint, ::javax::naming::Name *); + virtual ::javax::naming::Name * addAll(::javax::naming::Name *); + virtual jint compareTo(::java::lang::Object *); + virtual jboolean endsWith(::javax::naming::Name *); + virtual ::java::lang::String * get(jint); + virtual ::java::util::Enumeration * getAll(); + virtual ::javax::naming::Name * getPrefix(jint); + virtual ::javax::naming::Name * getSuffix(jint); + virtual jboolean isEmpty(); + virtual ::java::lang::Object * remove(jint); + virtual jint size(); + virtual jboolean startsWith(::javax::naming::Name *); + virtual ::java::lang::Object * clone(); + virtual jboolean equals(::java::lang::Object *); + virtual jint hashCode(); + virtual ::java::lang::String * toString(); +private: + static const jlong serialVersionUID = -3617482732056931635LL; +public: // actually package-private + jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) hash; + JArray< ::java::lang::String * > * content; + jint from; + jint length; +public: + static ::java::lang::Class class$; +}; + +#endif // __gnu_javax_naming_ictxImpl_trans_GnuName__ -- cgit v1.2.3