mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
31 lines
529 B
C++
31 lines
529 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_CORBA_IorProvider__
|
|
#define __gnu_CORBA_IorProvider__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class IOR;
|
|
class IorProvider;
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::CORBA::IorProvider : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual ::gnu::CORBA::IOR * getIor() = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __gnu_CORBA_IorProvider__
|