2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / PolicyOperations.h
blobb27bc9cf9c446d879ccc158d66058c5d966ce989
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_PolicyOperations__
5 #define __org_omg_CORBA_PolicyOperations__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class Policy;
19 class PolicyOperations;
25 class org::omg::CORBA::PolicyOperations : public ::java::lang::Object
28 public:
29 virtual ::org::omg::CORBA::Policy * copy() = 0;
30 virtual void destroy() = 0;
31 virtual jint policy_type() = 0;
32 static ::java::lang::Class class$;
33 } __attribute__ ((java_interface));
35 #endif // __org_omg_CORBA_PolicyOperations__