aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/Interceptor/gnuIorInfo.h
blob: 8e1adcf8126b935e4f07e27b24cddd08a91ddaa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_Interceptor_gnuIorInfo__
#define __gnu_CORBA_Interceptor_gnuIorInfo__

#pragma interface

#include <org/omg/CORBA/LocalObject.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
        class IOR;
      namespace Interceptor
      {
          class gnuIorInfo;
      }
      namespace Poa
      {
          class ORB_1_4;
          class gnuPOA;
      }
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class Policy;
      }
      namespace IOP
      {
          class TaggedComponent;
      }
      namespace PortableInterceptor
      {
          class ObjectReferenceFactory;
          class ObjectReferenceTemplate;
      }
    }
  }
}

class gnu::CORBA::Interceptor::gnuIorInfo : public ::org::omg::CORBA::LocalObject
{

public:
  gnuIorInfo(::gnu::CORBA::Poa::ORB_1_4 *, ::gnu::CORBA::Poa::gnuPOA *, ::gnu::CORBA::IOR *);
  virtual void add_ior_component_to_profile(::org::omg::IOP::TaggedComponent *, jint);
  virtual void add_ior_component(::org::omg::IOP::TaggedComponent *);
  virtual ::org::omg::CORBA::Policy * get_effective_policy(jint);
  virtual jshort state();
  virtual ::org::omg::PortableInterceptor::ObjectReferenceTemplate * adapter_template();
  virtual ::org::omg::PortableInterceptor::ObjectReferenceFactory * current_factory();
  virtual void current_factory(::org::omg::PortableInterceptor::ObjectReferenceFactory *);
  virtual jint manager_id();
private:
  static const jlong serialVersionUID = 1LL;
public:
  ::gnu::CORBA::Poa::ORB_1_4 * __attribute__((aligned(__alignof__( ::org::omg::CORBA::LocalObject)))) orb;
  ::gnu::CORBA::Poa::gnuPOA * poa;
private:
  ::gnu::CORBA::IOR * ior;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_Interceptor_gnuIorInfo__