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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [StubLocator.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_StubLocator__
5
#define __gnu_CORBA_StubLocator__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
        class IOR;
17
        class StubLocator;
18
    }
19
  }
20
  namespace org
21
  {
22
    namespace omg
23
    {
24
      namespace CORBA
25
      {
26
          class ORB;
27
        namespace portable
28
        {
29
            class ObjectImpl;
30
        }
31
      }
32
    }
33
  }
34
}
35
 
36
class gnu::CORBA::StubLocator : public ::java::lang::Object
37
{
38
 
39
public:
40
  StubLocator();
41
  static ::org::omg::CORBA::portable::ObjectImpl * search(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
42
public: // actually protected
43
  static ::org::omg::CORBA::portable::ObjectImpl * createDefaultStub(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
44
public:
45
  static ::java::lang::Class class$;
46
};
47
 
48
#endif // __gnu_CORBA_StubLocator__

powered by: WebSVN 2.1.0

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