URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CORBA/] [NameValuePair.h] - Rev 790
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __org_omg_CORBA_NameValuePair__ #define __org_omg_CORBA_NameValuePair__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace org { namespace omg { namespace CORBA { class Any; class NameValuePair; } } } } class org::omg::CORBA::NameValuePair : public ::java::lang::Object { public: NameValuePair(); NameValuePair(::java::lang::String *, ::org::omg::CORBA::Any *); ::org::omg::CORBA::Any * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; private: static const jlong serialVersionUID = 7000741877654946223LL; public: ::java::lang::String * id; static ::java::lang::Class class$; }; #endif // __org_omg_CORBA_NameValuePair__
Go to most recent revision | Compare with Previous | Blame | View Log