CurrentHelper$_CurrentStub.h 822 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_CurrentHelper$_CurrentStub__
  3. #define __org_omg_CORBA_CurrentHelper$_CurrentStub__
  4. #pragma interface
  5. #include <org/omg/CORBA/portable/ObjectImpl.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace CORBA
  14. {
  15. class CurrentHelper$_CurrentStub;
  16. namespace portable
  17. {
  18. class Delegate;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. class org::omg::CORBA::CurrentHelper$_CurrentStub : public ::org::omg::CORBA::portable::ObjectImpl
  25. {
  26. public:
  27. CurrentHelper$_CurrentStub(::org::omg::CORBA::portable::Delegate *);
  28. virtual JArray< ::java::lang::String * > * _ids();
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __org_omg_CORBA_CurrentHelper$_CurrentStub__