gnuContextList.h 806 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_gnuContextList__
  3. #define __gnu_CORBA_gnuContextList__
  4. #pragma interface
  5. #include <org/omg/CORBA/ContextList.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. class CorbaList;
  13. class gnuContextList;
  14. }
  15. }
  16. }
  17. class gnu::CORBA::gnuContextList : public ::org::omg::CORBA::ContextList
  18. {
  19. public:
  20. gnuContextList();
  21. virtual void add(::java::lang::String *);
  22. virtual jint count();
  23. virtual ::java::lang::String * item(jint);
  24. virtual void remove(jint);
  25. public: // actually package-private
  26. ::gnu::CORBA::CorbaList * __attribute__((aligned(__alignof__( ::org::omg::CORBA::ContextList)))) strings;
  27. public:
  28. static ::java::lang::Class class$;
  29. };
  30. #endif // __gnu_CORBA_gnuContextList__