123456789101112131415161718192021222324252627282930313233 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __org_omg_IOP_CodeSets__
- #define __org_omg_IOP_CodeSets__
- #pragma interface
- #include <java/lang/Object.h>
- extern "Java"
- {
- namespace org
- {
- namespace omg
- {
- namespace IOP
- {
- class CodeSets;
- }
- }
- }
- }
- class org::omg::IOP::CodeSets : public ::java::lang::Object
- {
- public:
- static const jint value = 1;
- static ::java::lang::Class class$;
- } __attribute__ ((java_interface));
- #endif // __org_omg_IOP_CodeSets__
|