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. --- libjava/org/omg/CORBA/LocalObject.h | 76 +++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 libjava/org/omg/CORBA/LocalObject.h (limited to 'libjava/org/omg/CORBA/LocalObject.h') diff --git a/libjava/org/omg/CORBA/LocalObject.h b/libjava/org/omg/CORBA/LocalObject.h new file mode 100644 index 000000000..27666d4f1 --- /dev/null +++ b/libjava/org/omg/CORBA/LocalObject.h @@ -0,0 +1,76 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CORBA_LocalObject__ +#define __org_omg_CORBA_LocalObject__ + +#pragma interface + +#include +#include + +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Context; + class ContextList; + class DomainManager; + class ExceptionList; + class LocalObject; + class NVList; + class NamedValue; + class ORB; + class Object; + class Policy; + class Request; + class SetOverrideType; + namespace portable + { + class InputStream; + class OutputStream; + class ServantObject; + } + } + } + } +} + +class org::omg::CORBA::LocalObject : public ::java::lang::Object +{ + +public: + LocalObject(); + virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *); + virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *, ::org::omg::CORBA::ExceptionList *, ::org::omg::CORBA::ContextList *); + virtual ::org::omg::CORBA::Object * _duplicate(); + virtual JArray< ::org::omg::CORBA::DomainManager * > * _get_domain_managers(); + virtual ::org::omg::CORBA::Object * _get_interface_def(); + virtual ::org::omg::CORBA::Object * _get_interface(); + virtual ::org::omg::CORBA::Policy * _get_policy(jint); + virtual jint _hash(jint); + virtual jboolean _is_a(::java::lang::String *); + virtual jboolean _is_equivalent(::org::omg::CORBA::Object *); + virtual jboolean _non_existent(); + virtual void _release(); + virtual ::org::omg::CORBA::Request * _request(::java::lang::String *); + virtual ::org::omg::CORBA::Object * _set_policy_override(JArray< ::org::omg::CORBA::Policy * > *, ::org::omg::CORBA::SetOverrideType *); + virtual ::org::omg::CORBA::portable::ServantObject * _servant_preinvoke(::java::lang::String *, ::java::lang::Class *); + virtual void _servant_postinvoke(::org::omg::CORBA::portable::ServantObject *); + virtual ::org::omg::CORBA::portable::InputStream * _invoke(::org::omg::CORBA::portable::OutputStream *); + virtual jboolean _is_local(); + virtual ::org::omg::CORBA::ORB * _orb(); + virtual void _releaseReply(::org::omg::CORBA::portable::InputStream *); + virtual ::org::omg::CORBA::portable::OutputStream * _request(::java::lang::String *, jboolean); + virtual jboolean validate_connection(); +private: + static ::java::lang::String * INAPPROPRIATE; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CORBA_LocalObject__ -- cgit v1.2.3