Daily bump.
[official-gcc.git] / libjava / gnu / CORBA / gnuContextList.h
blob914d5029c2aeca44076eedee1fa7592d8f85f387
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_gnuContextList__
5 #define __gnu_CORBA_gnuContextList__
7 #pragma interface
9 #include <org/omg/CORBA/ContextList.h>
10 extern "Java"
12 namespace gnu
14 namespace CORBA
16 class CorbaList;
17 class gnuContextList;
22 class gnu::CORBA::gnuContextList : public ::org::omg::CORBA::ContextList
25 public:
26 gnuContextList();
27 virtual void add(::java::lang::String *);
28 virtual jint count();
29 virtual ::java::lang::String * item(jint);
30 virtual void remove(jint);
31 public: // actually package-private
32 ::gnu::CORBA::CorbaList * __attribute__((aligned(__alignof__( ::org::omg::CORBA::ContextList)))) strings;
33 public:
34 static ::java::lang::Class class$;
37 #endif // __gnu_CORBA_gnuContextList__