// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __org_omg_PortableServer_POAManagerOperations__ #define __org_omg_PortableServer_POAManagerOperations__ #pragma interface #include extern "Java" { namespace org { namespace omg { namespace PortableServer { class POAManagerOperations; namespace POAManagerPackage { class State; } } } } } class org::omg::PortableServer::POAManagerOperations : public ::java::lang::Object { public: virtual void activate() = 0; virtual void deactivate(jboolean, jboolean) = 0; virtual void discard_requests(jboolean) = 0; virtual ::org::omg::PortableServer::POAManagerPackage::State * get_state() = 0; virtual void hold_requests(jboolean) = 0; static ::java::lang::Class class$; } __attribute__ ((java_interface)); #endif // __org_omg_PortableServer_POAManagerOperations__