97b8365caf
From-SVN: r120621
47 lines
967 B
C++
47 lines
967 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_CORBA_Poa_gnuImplicitActivationPolicy__
|
|
#define __gnu_CORBA_Poa_gnuImplicitActivationPolicy__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/CORBA/_PolicyImplBase.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace CORBA
|
|
{
|
|
namespace Poa
|
|
{
|
|
class gnuImplicitActivationPolicy;
|
|
}
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace PortableServer
|
|
{
|
|
class ImplicitActivationPolicyValue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::CORBA::Poa::gnuImplicitActivationPolicy : public ::gnu::CORBA::_PolicyImplBase
|
|
{
|
|
|
|
public:
|
|
gnuImplicitActivationPolicy(::org::omg::PortableServer::ImplicitActivationPolicyValue *);
|
|
virtual ::org::omg::PortableServer::ImplicitActivationPolicyValue * value();
|
|
private:
|
|
static const jlong serialVersionUID = 1LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_CORBA_Poa_gnuImplicitActivationPolicy__
|