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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [GIOP/] [ContextHandler.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_GIOP_ContextHandler__
5
#define __gnu_CORBA_GIOP_ContextHandler__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace CORBA
17
    {
18
      namespace GIOP
19
      {
20
          class ContextHandler;
21
          class ServiceContext;
22
      }
23
    }
24
  }
25
  namespace org
26
  {
27
    namespace omg
28
    {
29
      namespace IOP
30
      {
31
          class ServiceContext;
32
      }
33
    }
34
  }
35
}
36
 
37
class gnu::CORBA::GIOP::ContextHandler : public ::java::lang::Object
38
{
39
 
40
public:
41
  ContextHandler();
42
  virtual void addContext(::org::omg::IOP::ServiceContext *, jboolean);
43
public: // actually protected
44
  static JArray< ::gnu::CORBA::GIOP::ServiceContext * > * NO_CONTEXT;
45
public:
46
  JArray< ::gnu::CORBA::GIOP::ServiceContext * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) service_context;
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __gnu_CORBA_GIOP_ContextHandler__

powered by: WebSVN 2.1.0

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