diff options
author | upstream source tree <ports@midipix.org> | 2015-03-15 20:14:05 -0400 |
---|---|---|
committer | upstream source tree <ports@midipix.org> | 2015-03-15 20:14:05 -0400 |
commit | 554fd8c5195424bdbcabf5de30fdc183aba391bd (patch) | |
tree | 976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/org/omg/CosNaming/NamingContextPackage | |
download | cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2 cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz |
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
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.
Diffstat (limited to 'libjava/org/omg/CosNaming/NamingContextPackage')
18 files changed, 889 insertions, 0 deletions
diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBound.h b/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBound.h new file mode 100644 index 000000000..0a28e186f --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBound.h @@ -0,0 +1,39 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_AlreadyBound__ +#define __org_omg_CosNaming_NamingContextPackage_AlreadyBound__ + +#pragma interface + +#include <org/omg/CORBA/UserException.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CosNaming + { + namespace NamingContextPackage + { + class AlreadyBound; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::AlreadyBound : public ::org::omg::CORBA::UserException +{ + +public: + AlreadyBound(); + AlreadyBound(::java::lang::String *); +private: + static const jlong serialVersionUID = -5456929050527586560LL; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_AlreadyBound__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.h b/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.h new file mode 100644 index 000000000..4f326a14e --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.h @@ -0,0 +1,55 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHelper__ +#define __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHelper__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Any; + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class AlreadyBound; + class AlreadyBoundHelper; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::AlreadyBoundHelper : public ::java::lang::Object +{ + +public: + AlreadyBoundHelper(); + static ::org::omg::CosNaming::NamingContextPackage::AlreadyBound * extract(::org::omg::CORBA::Any *); + static ::java::lang::String * id(); + static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextPackage::AlreadyBound *); + static ::org::omg::CosNaming::NamingContextPackage::AlreadyBound * read(::org::omg::CORBA::portable::InputStream *); + static ::org::omg::CORBA::TypeCode * type(); + static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextPackage::AlreadyBound *); +private: + static ::java::lang::String * _id; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHelper__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.h b/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.h new file mode 100644 index 000000000..3cb61acf8 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHolder__ +#define __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHolder__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class AlreadyBound; + class AlreadyBoundHolder; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::AlreadyBoundHolder : public ::java::lang::Object +{ + +public: + AlreadyBoundHolder(); + AlreadyBoundHolder(::org::omg::CosNaming::NamingContextPackage::AlreadyBound *); + void _read(::org::omg::CORBA::portable::InputStream *); + ::org::omg::CORBA::TypeCode * _type(); + void _write(::org::omg::CORBA::portable::OutputStream *); + ::org::omg::CosNaming::NamingContextPackage::AlreadyBound * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHolder__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceed.h b/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceed.h new file mode 100644 index 000000000..85f92cea0 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceed.h @@ -0,0 +1,46 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_CannotProceed__ +#define __org_omg_CosNaming_NamingContextPackage_CannotProceed__ + +#pragma interface + +#include <org/omg/CORBA/UserException.h> +#include <gcj/array.h> + +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CosNaming + { + class NameComponent; + class NamingContext; + namespace NamingContextPackage + { + class CannotProceed; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::CannotProceed : public ::org::omg::CORBA::UserException +{ + +public: + CannotProceed(); + CannotProceed(::org::omg::CosNaming::NamingContext *, JArray< ::org::omg::CosNaming::NameComponent * > *); + CannotProceed(::java::lang::String *, ::org::omg::CosNaming::NamingContext *, JArray< ::org::omg::CosNaming::NameComponent * > *); +private: + static const jlong serialVersionUID = -8627405252527310782LL; +public: + ::org::omg::CosNaming::NamingContext * __attribute__((aligned(__alignof__( ::org::omg::CORBA::UserException)))) cxt; + JArray< ::org::omg::CosNaming::NameComponent * > * rest_of_name; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_CannotProceed__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.h b/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.h new file mode 100644 index 000000000..26c1c3293 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.h @@ -0,0 +1,55 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_CannotProceedHelper__ +#define __org_omg_CosNaming_NamingContextPackage_CannotProceedHelper__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Any; + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class CannotProceed; + class CannotProceedHelper; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::CannotProceedHelper : public ::java::lang::Object +{ + +public: + CannotProceedHelper(); + static ::org::omg::CosNaming::NamingContextPackage::CannotProceed * extract(::org::omg::CORBA::Any *); + static ::java::lang::String * id(); + static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextPackage::CannotProceed *); + static ::org::omg::CosNaming::NamingContextPackage::CannotProceed * read(::org::omg::CORBA::portable::InputStream *); + static ::org::omg::CORBA::TypeCode * type(); + static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextPackage::CannotProceed *); +private: + static ::java::lang::String * _id; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_CannotProceedHelper__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.h b/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.h new file mode 100644 index 000000000..ba735f5aa --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_CannotProceedHolder__ +#define __org_omg_CosNaming_NamingContextPackage_CannotProceedHolder__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class CannotProceed; + class CannotProceedHolder; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::CannotProceedHolder : public ::java::lang::Object +{ + +public: + CannotProceedHolder(); + CannotProceedHolder(::org::omg::CosNaming::NamingContextPackage::CannotProceed *); + void _read(::org::omg::CORBA::portable::InputStream *); + ::org::omg::CORBA::TypeCode * _type(); + void _write(::org::omg::CORBA::portable::OutputStream *); + ::org::omg::CosNaming::NamingContextPackage::CannotProceed * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_CannotProceedHolder__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/InvalidName.h b/libjava/org/omg/CosNaming/NamingContextPackage/InvalidName.h new file mode 100644 index 000000000..d5dccf7fd --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/InvalidName.h @@ -0,0 +1,39 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_InvalidName__ +#define __org_omg_CosNaming_NamingContextPackage_InvalidName__ + +#pragma interface + +#include <org/omg/CORBA/UserException.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CosNaming + { + namespace NamingContextPackage + { + class InvalidName; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::InvalidName : public ::org::omg::CORBA::UserException +{ + +public: + InvalidName(); + InvalidName(::java::lang::String *); +private: + static const jlong serialVersionUID = 786404864997961704LL; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_InvalidName__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.h b/libjava/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.h new file mode 100644 index 000000000..aaa771ba2 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.h @@ -0,0 +1,55 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_InvalidNameHelper__ +#define __org_omg_CosNaming_NamingContextPackage_InvalidNameHelper__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Any; + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class InvalidName; + class InvalidNameHelper; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::InvalidNameHelper : public ::java::lang::Object +{ + +public: + InvalidNameHelper(); + static ::org::omg::CosNaming::NamingContextPackage::InvalidName * extract(::org::omg::CORBA::Any *); + static ::java::lang::String * id(); + static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextPackage::InvalidName *); + static ::org::omg::CosNaming::NamingContextPackage::InvalidName * read(::org::omg::CORBA::portable::InputStream *); + static ::org::omg::CORBA::TypeCode * type(); + static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextPackage::InvalidName *); +private: + static ::java::lang::String * _id; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_InvalidNameHelper__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.h b/libjava/org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.h new file mode 100644 index 000000000..3b77117a6 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_InvalidNameHolder__ +#define __org_omg_CosNaming_NamingContextPackage_InvalidNameHolder__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class InvalidName; + class InvalidNameHolder; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::InvalidNameHolder : public ::java::lang::Object +{ + +public: + InvalidNameHolder(); + InvalidNameHolder(::org::omg::CosNaming::NamingContextPackage::InvalidName *); + void _read(::org::omg::CORBA::portable::InputStream *); + ::org::omg::CORBA::TypeCode * _type(); + void _write(::org::omg::CORBA::portable::OutputStream *); + ::org::omg::CosNaming::NamingContextPackage::InvalidName * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_InvalidNameHolder__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotEmpty.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotEmpty.h new file mode 100644 index 000000000..38555ce46 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotEmpty.h @@ -0,0 +1,39 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotEmpty__ +#define __org_omg_CosNaming_NamingContextPackage_NotEmpty__ + +#pragma interface + +#include <org/omg/CORBA/UserException.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CosNaming + { + namespace NamingContextPackage + { + class NotEmpty; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotEmpty : public ::org::omg::CORBA::UserException +{ + +public: + NotEmpty(); + NotEmpty(::java::lang::String *); +private: + static const jlong serialVersionUID = 7120362687417045881LL; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotEmpty__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.h new file mode 100644 index 000000000..85ffa61eb --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.h @@ -0,0 +1,55 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotEmptyHelper__ +#define __org_omg_CosNaming_NamingContextPackage_NotEmptyHelper__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Any; + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class NotEmpty; + class NotEmptyHelper; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotEmptyHelper : public ::java::lang::Object +{ + +public: + NotEmptyHelper(); + static ::org::omg::CosNaming::NamingContextPackage::NotEmpty * extract(::org::omg::CORBA::Any *); + static ::java::lang::String * id(); + static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextPackage::NotEmpty *); + static ::org::omg::CosNaming::NamingContextPackage::NotEmpty * read(::org::omg::CORBA::portable::InputStream *); + static ::org::omg::CORBA::TypeCode * type(); + static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextPackage::NotEmpty *); +private: + static ::java::lang::String * _id; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotEmptyHelper__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.h new file mode 100644 index 000000000..55c505fae --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__ +#define __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class NotEmpty; + class NotEmptyHolder; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotEmptyHolder : public ::java::lang::Object +{ + +public: + NotEmptyHolder(); + NotEmptyHolder(::org::omg::CosNaming::NamingContextPackage::NotEmpty *); + void _read(::org::omg::CORBA::portable::InputStream *); + ::org::omg::CORBA::TypeCode * _type(); + void _write(::org::omg::CORBA::portable::OutputStream *); + ::org::omg::CosNaming::NamingContextPackage::NotEmpty * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotFound.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotFound.h new file mode 100644 index 000000000..d6c37a612 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotFound.h @@ -0,0 +1,46 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotFound__ +#define __org_omg_CosNaming_NamingContextPackage_NotFound__ + +#pragma interface + +#include <org/omg/CORBA/UserException.h> +#include <gcj/array.h> + +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CosNaming + { + class NameComponent; + namespace NamingContextPackage + { + class NotFound; + class NotFoundReason; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotFound : public ::org::omg::CORBA::UserException +{ + +public: + NotFound(); + NotFound(::org::omg::CosNaming::NamingContextPackage::NotFoundReason *, JArray< ::org::omg::CosNaming::NameComponent * > *); + NotFound(::java::lang::String *, ::org::omg::CosNaming::NamingContextPackage::NotFoundReason *, JArray< ::org::omg::CosNaming::NameComponent * > *); +private: + static const jlong serialVersionUID = -7539098836265502514LL; +public: + ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * __attribute__((aligned(__alignof__( ::org::omg::CORBA::UserException)))) why; + JArray< ::org::omg::CosNaming::NameComponent * > * rest_of_name; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotFound__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.h new file mode 100644 index 000000000..7f0fa9b56 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.h @@ -0,0 +1,55 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotFoundHelper__ +#define __org_omg_CosNaming_NamingContextPackage_NotFoundHelper__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Any; + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class NotFound; + class NotFoundHelper; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotFoundHelper : public ::java::lang::Object +{ + +public: + NotFoundHelper(); + static ::org::omg::CosNaming::NamingContextPackage::NotFound * extract(::org::omg::CORBA::Any *); + static ::java::lang::String * id(); + static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextPackage::NotFound *); + static ::org::omg::CosNaming::NamingContextPackage::NotFound * read(::org::omg::CORBA::portable::InputStream *); + static ::org::omg::CORBA::TypeCode * type(); + static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextPackage::NotFound *); +private: + static ::java::lang::String * _id; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotFoundHelper__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundHolder.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundHolder.h new file mode 100644 index 000000000..9e525afdf --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundHolder.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotFoundHolder__ +#define __org_omg_CosNaming_NamingContextPackage_NotFoundHolder__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class NotFound; + class NotFoundHolder; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotFoundHolder : public ::java::lang::Object +{ + +public: + NotFoundHolder(); + NotFoundHolder(::org::omg::CosNaming::NamingContextPackage::NotFound *); + void _read(::org::omg::CORBA::portable::InputStream *); + ::org::omg::CORBA::TypeCode * _type(); + void _write(::org::omg::CORBA::portable::OutputStream *); + ::org::omg::CosNaming::NamingContextPackage::NotFound * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotFoundHolder__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReason.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReason.h new file mode 100644 index 000000000..a45d21c02 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReason.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotFoundReason__ +#define __org_omg_CosNaming_NamingContextPackage_NotFoundReason__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CosNaming + { + namespace NamingContextPackage + { + class NotFoundReason; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotFoundReason : public ::java::lang::Object +{ + +public: // actually protected + NotFoundReason(jint); +public: + static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * from_int(jint); + virtual jint value(); +private: + static const jlong serialVersionUID = -5689237060527596081LL; +public: + static const jint _missing_node = 0; + static const jint _not_context = 1; + static const jint _not_object = 2; + static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * missing_node; + static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * not_context; + static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * not_object; +private: + jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) value__; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotFoundReason__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.h new file mode 100644 index 000000000..557eaf891 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.h @@ -0,0 +1,55 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotFoundReasonHelper__ +#define __org_omg_CosNaming_NamingContextPackage_NotFoundReasonHelper__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Any; + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class NotFoundReason; + class NotFoundReasonHelper; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotFoundReasonHelper : public ::java::lang::Object +{ + +public: + NotFoundReasonHelper(); + static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * extract(::org::omg::CORBA::Any *); + static ::java::lang::String * id(); + static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextPackage::NotFoundReason *); + static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * read(::org::omg::CORBA::portable::InputStream *); + static ::org::omg::CORBA::TypeCode * type(); + static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextPackage::NotFoundReason *); +private: + static ::java::lang::String * _id; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotFoundReasonHelper__ diff --git a/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.h b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.h new file mode 100644 index 000000000..cb7343e57 --- /dev/null +++ b/libjava/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CosNaming_NamingContextPackage_NotFoundReasonHolder__ +#define __org_omg_CosNaming_NamingContextPackage_NotFoundReasonHolder__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + namespace CosNaming + { + namespace NamingContextPackage + { + class NotFoundReason; + class NotFoundReasonHolder; + } + } + } + } +} + +class org::omg::CosNaming::NamingContextPackage::NotFoundReasonHolder : public ::java::lang::Object +{ + +public: + NotFoundReasonHolder(); + NotFoundReasonHolder(::org::omg::CosNaming::NamingContextPackage::NotFoundReason *); + void _read(::org::omg::CORBA::portable::InputStream *); + ::org::omg::CORBA::TypeCode * _type(); + void _write(::org::omg::CORBA::portable::OutputStream *); + ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CosNaming_NamingContextPackage_NotFoundReasonHolder__ |