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