blob: 78e2b46f1a0fbb1796b37a9bd88f58d8e73f9882 (
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
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_CORBA_NamingService_NamingServiceTransient__
#define __gnu_CORBA_NamingService_NamingServiceTransient__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace CORBA
{
namespace NamingService
{
class NamingServiceTransient;
}
}
}
}
class gnu::CORBA::NamingService::NamingServiceTransient : public ::java::lang::Object
{
public:
NamingServiceTransient();
static JArray< jbyte > * getDefaultKey();
static void start(jint, ::java::lang::String *);
static const jint PORT = 900;
static ::java::lang::Class class$;
};
#endif // __gnu_CORBA_NamingService_NamingServiceTransient__
|