WrongTransaction.h 602 B

12345678910111213141516171819202122232425262728293031323334
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_WrongTransaction__
  3. #define __org_omg_CORBA_WrongTransaction__
  4. #pragma interface
  5. #include <org/omg/CORBA/UserException.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class WrongTransaction;
  15. }
  16. }
  17. }
  18. }
  19. class org::omg::CORBA::WrongTransaction : public ::org::omg::CORBA::UserException
  20. {
  21. public:
  22. WrongTransaction();
  23. WrongTransaction(::java::lang::String *);
  24. static ::java::lang::Class class$;
  25. };
  26. #endif // __org_omg_CORBA_WrongTransaction__