mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
43 lines
873 B
C
43 lines
873 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __org_omg_DynamicAny_NameValuePair__
|
||
|
#define __org_omg_DynamicAny_NameValuePair__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace org
|
||
|
{
|
||
|
namespace omg
|
||
|
{
|
||
|
namespace CORBA
|
||
|
{
|
||
|
class Any;
|
||
|
}
|
||
|
namespace DynamicAny
|
||
|
{
|
||
|
class NameValuePair;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class org::omg::DynamicAny::NameValuePair : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
NameValuePair();
|
||
|
NameValuePair(::java::lang::String *, ::org::omg::CORBA::Any *);
|
||
|
private:
|
||
|
static const jlong serialVersionUID = -1289460542874201736LL;
|
||
|
public:
|
||
|
::org::omg::CORBA::Any * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
|
||
|
::java::lang::String * id;
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __org_omg_DynamicAny_NameValuePair__
|