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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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