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

Subversion Repositories openrisc

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

Go to most recent revision | 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_Servant__
5
#define __org_omg_PortableServer_Servant__
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::Servant : public ::java::lang::Object
37
{
38
 
39
public:
40
  Servant();
41
  virtual JArray< ::java::lang::String * > * _all_interfaces(::org::omg::PortableServer::POA *, JArray< jbyte > *) = 0;
42
  virtual ::org::omg::PortableServer::portable::Delegate * _get_delegate();
43
  virtual ::org::omg::CORBA::Object * _get_interface_def();
44
  virtual jboolean _is_a(::java::lang::String *);
45
  virtual jboolean _non_existent();
46
  virtual ::org::omg::CORBA::ORB * _orb();
47
  virtual ::org::omg::PortableServer::POA * _default_POA();
48
  virtual JArray< jbyte > * _object_id();
49
  virtual ::org::omg::PortableServer::POA * _poa();
50
  virtual void _set_delegate(::org::omg::PortableServer::portable::Delegate *);
51
  virtual ::org::omg::CORBA::Object * _this_object(::org::omg::CORBA::ORB *);
52
  virtual ::org::omg::CORBA::Object * _this_object();
53
private:
54
  ::org::omg::PortableServer::portable::Delegate * __attribute__((aligned(__alignof__( ::java::lang::Object)))) delegate;
55
public:
56
  static ::java::lang::Class class$;
57
};
58
 
59
#endif // __org_omg_PortableServer_Servant__

powered by: WebSVN 2.1.0

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