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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [IOP/] [IOR.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_IOP_IOR__
5
#define __org_omg_IOP_IOR__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace org
15
  {
16
    namespace omg
17
    {
18
      namespace IOP
19
      {
20
          class IOR;
21
          class TaggedProfile;
22
      }
23
    }
24
  }
25
}
26
 
27
class org::omg::IOP::IOR : public ::java::lang::Object
28
{
29
 
30
public:
31
  IOR();
32
  IOR(::java::lang::String *, JArray< ::org::omg::IOP::TaggedProfile * > *);
33
private:
34
  static const jlong serialVersionUID = 1901439890645554948LL;
35
public:
36
  JArray< ::org::omg::IOP::TaggedProfile * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) profiles;
37
  ::java::lang::String * type_id;
38
  static ::java::lang::Class class$;
39
};
40
 
41
#endif // __org_omg_IOP_IOR__

powered by: WebSVN 2.1.0

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