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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [gnuExceptionList.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_gnuExceptionList__
5
#define __gnu_CORBA_gnuExceptionList__
6
 
7
#pragma interface
8
 
9
#include <org/omg/CORBA/ExceptionList.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
        class CorbaList;
17
        class gnuExceptionList;
18
    }
19
  }
20
  namespace org
21
  {
22
    namespace omg
23
    {
24
      namespace CORBA
25
      {
26
          class TypeCode;
27
      }
28
    }
29
  }
30
}
31
 
32
class gnu::CORBA::gnuExceptionList : public ::org::omg::CORBA::ExceptionList
33
{
34
 
35
public:
36
  gnuExceptionList();
37
  virtual void add(::org::omg::CORBA::TypeCode *);
38
  virtual jint count();
39
  virtual ::org::omg::CORBA::TypeCode * item(jint);
40
  virtual void remove(jint);
41
public: // actually protected
42
  ::gnu::CORBA::CorbaList * __attribute__((aligned(__alignof__( ::org::omg::CORBA::ExceptionList)))) list;
43
public:
44
  static ::java::lang::Class class$;
45
};
46
 
47
#endif // __gnu_CORBA_gnuExceptionList__

powered by: WebSVN 2.1.0

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