DuplicateName.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_ORBInitInfoPackage_DuplicateName__
  3. #define __org_omg_PortableInterceptor_ORBInitInfoPackage_DuplicateName__
  4. #pragma interface
  5. #include <org/omg/CORBA/UserException.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace PortableInterceptor
  13. {
  14. namespace ORBInitInfoPackage
  15. {
  16. class DuplicateName;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. class org::omg::PortableInterceptor::ORBInitInfoPackage::DuplicateName : public ::org::omg::CORBA::UserException
  23. {
  24. public:
  25. DuplicateName();
  26. DuplicateName(::java::lang::String *, ::java::lang::String *);
  27. DuplicateName(::java::lang::String *);
  28. private:
  29. static const jlong serialVersionUID = 7748239257677851130LL;
  30. public:
  31. ::java::lang::String * __attribute__((aligned(__alignof__( ::org::omg::CORBA::UserException)))) name;
  32. static ::java::lang::Class class$;
  33. };
  34. #endif // __org_omg_PortableInterceptor_ORBInitInfoPackage_DuplicateName__