OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [PortableServer/] [portable/] [Delegate.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_PortableServer_portable_Delegate__
5
#define __org_omg_PortableServer_portable_Delegate__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace org
15
  {
16
    namespace omg
17
    {
18
      namespace CORBA
19
      {
20
          class ORB;
21
          class Object;
22
      }
23
      namespace PortableServer
24
      {
25
          class POA;
26
          class Servant;
27
        namespace portable
28
        {
29
            class Delegate;
30
        }
31
      }
32
    }
33
  }
34
}
35
 
36
class org::omg::PortableServer::portable::Delegate : public ::java::lang::Object
37
{
38
 
39
public:
40
  virtual ::org::omg::PortableServer::POA * default_POA(::org::omg::PortableServer::Servant *) = 0;
41
  virtual ::org::omg::CORBA::Object * get_interface_def(::org::omg::PortableServer::Servant *) = 0;
42
  virtual jboolean is_a(::org::omg::PortableServer::Servant *, ::java::lang::String *) = 0;
43
  virtual jboolean non_existent(::org::omg::PortableServer::Servant *) = 0;
44
  virtual JArray< jbyte > * object_id(::org::omg::PortableServer::Servant *) = 0;
45
  virtual ::org::omg::CORBA::ORB * orb(::org::omg::PortableServer::Servant *) = 0;
46
  virtual ::org::omg::PortableServer::POA * poa(::org::omg::PortableServer::Servant *) = 0;
47
  virtual ::org::omg::CORBA::Object * this_object(::org::omg::PortableServer::Servant *) = 0;
48
  static ::java::lang::Class class$;
49
} __attribute__ ((java_interface));
50
 
51
#endif // __org_omg_PortableServer_portable_Delegate__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.