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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [Poa/] [ForwardedServant.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_CORBA_Poa_ForwardedServant__
5
#define __gnu_CORBA_Poa_ForwardedServant__
6
 
7
#pragma interface
8
 
9
#include <org/omg/PortableServer/Servant.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace CORBA
17
    {
18
      namespace Poa
19
      {
20
          class ForwardedServant;
21
      }
22
    }
23
  }
24
  namespace org
25
  {
26
    namespace omg
27
    {
28
      namespace CORBA
29
      {
30
          class Object;
31
        namespace portable
32
        {
33
            class InputStream;
34
            class ObjectImpl;
35
            class OutputStream;
36
            class ResponseHandler;
37
        }
38
      }
39
      namespace PortableServer
40
      {
41
          class POA;
42
          class Servant;
43
      }
44
    }
45
  }
46
}
47
 
48
class gnu::CORBA::Poa::ForwardedServant : public ::org::omg::PortableServer::Servant
49
{
50
 
51
public: // actually package-private
52
  ForwardedServant(::org::omg::CORBA::portable::ObjectImpl *);
53
public:
54
  static ::org::omg::PortableServer::Servant * create(::org::omg::CORBA::Object *);
55
  virtual ::org::omg::CORBA::portable::OutputStream * _invoke(::java::lang::String *, ::org::omg::CORBA::portable::InputStream *, ::org::omg::CORBA::portable::ResponseHandler *);
56
  virtual JArray< ::java::lang::String * > * _all_interfaces(::org::omg::PortableServer::POA *, JArray< jbyte > *);
57
  ::org::omg::CORBA::portable::ObjectImpl * __attribute__((aligned(__alignof__( ::org::omg::PortableServer::Servant)))) ref;
58
  static ::java::lang::Class class$;
59
};
60
 
61
#endif // __gnu_CORBA_Poa_ForwardedServant__

powered by: WebSVN 2.1.0

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