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