ipa-inline.c (max_count_real, [...]): Remove.
[official-gcc.git] / libjava / org / omg / PortableServer / ServantRetentionPolicyOperations.h
blobe6ebd89e6716f85bc3ff744b94c79659036274a4
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_PortableServer_ServantRetentionPolicyOperations__
5 #define __org_omg_PortableServer_ServantRetentionPolicyOperations__
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 ServantRetentionPolicyOperations;
23 class ServantRetentionPolicyValue;
29 class org::omg::PortableServer::ServantRetentionPolicyOperations : public ::java::lang::Object
32 public:
33 virtual ::org::omg::PortableServer::ServantRetentionPolicyValue * 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_ServantRetentionPolicyOperations__