2015-05-22 Robert Dewar <dewar@adacore.com>
[official-gcc.git] / libjava / org / omg / PortableServer / LifespanPolicyOperations.h
blob4313531ebc8d1c3244d2893aae9a4c8bdf391708
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_PortableServer_LifespanPolicyOperations__
5 #define __org_omg_PortableServer_LifespanPolicyOperations__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class Policy;
20 namespace PortableServer
22 class LifespanPolicyOperations;
23 class LifespanPolicyValue;
29 class org::omg::PortableServer::LifespanPolicyOperations : public ::java::lang::Object
32 public:
33 virtual ::org::omg::PortableServer::LifespanPolicyValue * value() = 0;
34 virtual ::org::omg::CORBA::Policy * copy() = 0;
35 virtual void destroy() = 0;
36 virtual jint policy_type() = 0;
37 static ::java::lang::Class class$;
38 } __attribute__ ((java_interface));
40 #endif // __org_omg_PortableServer_LifespanPolicyOperations__