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/PortableServer/POAOperations.h | 89 ++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 libjava/org/omg/PortableServer/POAOperations.h (limited to 'libjava/org/omg/PortableServer/POAOperations.h') diff --git a/libjava/org/omg/PortableServer/POAOperations.h b/libjava/org/omg/PortableServer/POAOperations.h new file mode 100644 index 000000000..1f8227b2a --- /dev/null +++ b/libjava/org/omg/PortableServer/POAOperations.h @@ -0,0 +1,89 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_PortableServer_POAOperations__ +#define __org_omg_PortableServer_POAOperations__ + +#pragma interface + +#include +#include + +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Object; + class Policy; + } + namespace PortableServer + { + class AdapterActivator; + class IdAssignmentPolicy; + class IdAssignmentPolicyValue; + class IdUniquenessPolicy; + class IdUniquenessPolicyValue; + class ImplicitActivationPolicy; + class ImplicitActivationPolicyValue; + class LifespanPolicy; + class LifespanPolicyValue; + class POA; + class POAManager; + class POAOperations; + class RequestProcessingPolicy; + class RequestProcessingPolicyValue; + class Servant; + class ServantManager; + class ServantRetentionPolicy; + class ServantRetentionPolicyValue; + class ThreadPolicy; + class ThreadPolicyValue; + } + } + } +} + +class org::omg::PortableServer::POAOperations : public ::java::lang::Object +{ + +public: + virtual ::org::omg::PortableServer::POA * create_POA(::java::lang::String *, ::org::omg::PortableServer::POAManager *, JArray< ::org::omg::CORBA::Policy * > *) = 0; + virtual ::org::omg::PortableServer::POA * find_POA(::java::lang::String *, jboolean) = 0; + virtual JArray< jbyte > * activate_object(::org::omg::PortableServer::Servant *) = 0; + virtual void activate_object_with_id(JArray< jbyte > *, ::org::omg::PortableServer::Servant *) = 0; + virtual void deactivate_object(JArray< jbyte > *) = 0; + virtual ::org::omg::CORBA::Object * create_reference(::java::lang::String *) = 0; + virtual ::org::omg::CORBA::Object * create_reference_with_id(JArray< jbyte > *, ::java::lang::String *) = 0; + virtual ::org::omg::PortableServer::Servant * get_servant() = 0; + virtual void set_servant(::org::omg::PortableServer::Servant *) = 0; + virtual void set_servant_manager(::org::omg::PortableServer::ServantManager *) = 0; + virtual ::org::omg::PortableServer::ServantManager * get_servant_manager() = 0; + virtual JArray< jbyte > * id() = 0; + virtual ::org::omg::CORBA::Object * id_to_reference(JArray< jbyte > *) = 0; + virtual ::org::omg::PortableServer::Servant * id_to_servant(JArray< jbyte > *) = 0; + virtual JArray< jbyte > * reference_to_id(::org::omg::CORBA::Object *) = 0; + virtual ::org::omg::PortableServer::Servant * reference_to_servant(::org::omg::CORBA::Object *) = 0; + virtual JArray< jbyte > * servant_to_id(::org::omg::PortableServer::Servant *) = 0; + virtual ::org::omg::CORBA::Object * servant_to_reference(::org::omg::PortableServer::Servant *) = 0; + virtual ::org::omg::PortableServer::POAManager * the_POAManager() = 0; + virtual ::org::omg::PortableServer::AdapterActivator * the_activator() = 0; + virtual void the_activator(::org::omg::PortableServer::AdapterActivator *) = 0; + virtual JArray< ::org::omg::PortableServer::POA * > * the_children() = 0; + virtual ::java::lang::String * the_name() = 0; + virtual ::org::omg::PortableServer::POA * the_parent() = 0; + virtual void destroy(jboolean, jboolean) = 0; + virtual ::org::omg::PortableServer::IdUniquenessPolicy * create_id_uniqueness_policy(::org::omg::PortableServer::IdUniquenessPolicyValue *) = 0; + virtual ::org::omg::PortableServer::ImplicitActivationPolicy * create_implicit_activation_policy(::org::omg::PortableServer::ImplicitActivationPolicyValue *) = 0; + virtual ::org::omg::PortableServer::LifespanPolicy * create_lifespan_policy(::org::omg::PortableServer::LifespanPolicyValue *) = 0; + virtual ::org::omg::PortableServer::RequestProcessingPolicy * create_request_processing_policy(::org::omg::PortableServer::RequestProcessingPolicyValue *) = 0; + virtual ::org::omg::PortableServer::ServantRetentionPolicy * create_servant_retention_policy(::org::omg::PortableServer::ServantRetentionPolicyValue *) = 0; + virtual ::org::omg::PortableServer::ThreadPolicy * create_thread_policy(::org::omg::PortableServer::ThreadPolicyValue *) = 0; + virtual ::org::omg::PortableServer::IdAssignmentPolicy * create_id_assignment_policy(::org::omg::PortableServer::IdAssignmentPolicyValue *) = 0; + static ::java::lang::Class class$; +} __attribute__ ((java_interface)); + +#endif // __org_omg_PortableServer_POAOperations__ -- cgit v1.2.3