2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_PortableServer_LifespanPolicyOperations__
5 #define __org_omg_PortableServer_LifespanPolicyOperations__
9 #include <java/lang/Object.h>
20 namespace PortableServer
22 class LifespanPolicyOperations
;
23 class LifespanPolicyValue
;
29 class org::omg::PortableServer::LifespanPolicyOperations
: public ::java::lang::Object
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__