97b8365caf
From-SVN: r120621
40 lines
899 B
C++
40 lines
899 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __org_omg_PortableInterceptor_ObjectReferenceFactory__
|
|
#define __org_omg_PortableInterceptor_ObjectReferenceFactory__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class Object;
|
|
}
|
|
namespace PortableInterceptor
|
|
{
|
|
class ObjectReferenceFactory;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class org::omg::PortableInterceptor::ObjectReferenceFactory : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual ::org::omg::CORBA::Object * make_object(::java::lang::String *, JArray< jbyte > *) = 0;
|
|
virtual JArray< ::java::lang::String * > * _truncatable_ids() = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __org_omg_PortableInterceptor_ObjectReferenceFactory__
|