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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CosNaming/] [Binding.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_CosNaming_Binding__
5
#define __org_omg_CosNaming_Binding__
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 CosNaming
19
      {
20
          class Binding;
21
          class BindingType;
22
          class NameComponent;
23
      }
24
    }
25
  }
26
}
27
 
28
class org::omg::CosNaming::Binding : public ::java::lang::Object
29
{
30
 
31
public:
32
  Binding();
33
  Binding(JArray< ::org::omg::CosNaming::NameComponent * > *, ::org::omg::CosNaming::BindingType *);
34
  ::org::omg::CosNaming::BindingType * __attribute__((aligned(__alignof__( ::java::lang::Object)))) binding_type;
35
  JArray< ::org::omg::CosNaming::NameComponent * > * binding_name;
36
  static ::java::lang::Class class$;
37
};
38
 
39
#endif // __org_omg_CosNaming_Binding__

powered by: WebSVN 2.1.0

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