mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
33 lines
546 B
C++
33 lines
546 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __org_omg_CORBA_OMGVMCID__
|
|
#define __org_omg_CORBA_OMGVMCID__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class OMGVMCID;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class org::omg::CORBA::OMGVMCID : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
static const jint value = 1330446336;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __org_omg_CORBA_OMGVMCID__
|