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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [gnuNamedValue.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_gnuNamedValue__
5
#define __gnu_CORBA_gnuNamedValue__
6
 
7
#pragma interface
8
 
9
#include <org/omg/CORBA/NamedValue.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
        class gnuNamedValue;
17
    }
18
  }
19
  namespace org
20
  {
21
    namespace omg
22
    {
23
      namespace CORBA
24
      {
25
          class Any;
26
      }
27
    }
28
  }
29
}
30
 
31
class gnu::CORBA::gnuNamedValue : public ::org::omg::CORBA::NamedValue
32
{
33
 
34
public:
35
  gnuNamedValue();
36
  virtual void setFlags(jint);
37
  virtual void setName(::java::lang::String *);
38
  virtual void setValue(::org::omg::CORBA::Any *);
39
  virtual jint flags();
40
  virtual ::java::lang::String * name();
41
  virtual ::org::omg::CORBA::Any * value();
42
private:
43
  ::org::omg::CORBA::Any * __attribute__((aligned(__alignof__( ::org::omg::CORBA::NamedValue)))) m_value;
44
  ::java::lang::String * m_name;
45
  jint m_flags;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __gnu_CORBA_gnuNamedValue__

powered by: WebSVN 2.1.0

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