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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [Interceptor/] [gnuIcCurrent.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_Interceptor_gnuIcCurrent__
5
#define __gnu_CORBA_Interceptor_gnuIcCurrent__
6
 
7
#pragma interface
8
 
9
#include <org/omg/CORBA/portable/ObjectImpl.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace CORBA
17
    {
18
      namespace Interceptor
19
      {
20
          class gnuIcCurrent;
21
      }
22
      namespace Poa
23
      {
24
          class ORB_1_4;
25
      }
26
    }
27
  }
28
  namespace org
29
  {
30
    namespace omg
31
    {
32
      namespace CORBA
33
      {
34
          class Any;
35
      }
36
    }
37
  }
38
}
39
 
40
class gnu::CORBA::Interceptor::gnuIcCurrent : public ::org::omg::CORBA::portable::ObjectImpl
41
{
42
 
43
public:
44
  gnuIcCurrent(::gnu::CORBA::Poa::ORB_1_4 *);
45
  virtual JArray< ::java::lang::String * > * _ids();
46
  virtual void put(::java::lang::Thread *, JArray< ::org::omg::CORBA::Any * > *);
47
  virtual jboolean has(::java::lang::Thread *);
48
  virtual void remove(::java::lang::Thread *);
49
public: // actually package-private
50
  virtual JArray< ::org::omg::CORBA::Any * > * get_slots();
51
public:
52
  virtual JArray< ::org::omg::CORBA::Any * > * clone_slots();
53
  virtual ::org::omg::CORBA::Any * get_slot(jint);
54
  virtual void set_slot(jint, ::org::omg::CORBA::Any *);
55
private:
56
  static const jlong serialVersionUID = 1LL;
57
public: // actually package-private
58
  ::gnu::CORBA::Poa::ORB_1_4 * __attribute__((aligned(__alignof__( ::org::omg::CORBA::portable::ObjectImpl)))) orb;
59
private:
60
  ::java::util::Hashtable * threads;
61
public: // actually package-private
62
  static JArray< ::org::omg::CORBA::Any * > * NO_SLOTS;
63
public:
64
  static ::java::lang::Class class$;
65
};
66
 
67
#endif // __gnu_CORBA_Interceptor_gnuIcCurrent__

powered by: WebSVN 2.1.0

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