2015-06-11 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / libjava / org / omg / PortableServer / AdapterActivatorOperations.h
blob843b7ceb38158fc3d12c6936cbd7741ad48fc9ad
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_PortableServer_AdapterActivatorOperations__
5 #define __org_omg_PortableServer_AdapterActivatorOperations__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace PortableServer
18 class AdapterActivatorOperations;
19 class POA;
25 class org::omg::PortableServer::AdapterActivatorOperations : public ::java::lang::Object
28 public:
29 virtual jboolean unknown_adapter(::org::omg::PortableServer::POA *, ::java::lang::String *) = 0;
30 static ::java::lang::Class class$;
31 } __attribute__ ((java_interface));
33 #endif // __org_omg_PortableServer_AdapterActivatorOperations__