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