NameValuePair.h 809 B

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