OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [gnuContextList.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_CORBA_gnuContextList__
5
#define __gnu_CORBA_gnuContextList__
6
 
7
#pragma interface
8
 
9
#include <org/omg/CORBA/ContextList.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
        class CorbaList;
17
        class gnuContextList;
18
    }
19
  }
20
}
21
 
22
class gnu::CORBA::gnuContextList : public ::org::omg::CORBA::ContextList
23
{
24
 
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$;
35
};
36
 
37
#endif // __gnu_CORBA_gnuContextList__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.