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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [naming/] [giop/] [GiopNamingServiceFactory.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_javax_naming_giop_GiopNamingServiceFactory__
5
#define __gnu_javax_naming_giop_GiopNamingServiceFactory__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace naming
17
      {
18
        namespace giop
19
        {
20
            class GiopNamingServiceFactory;
21
        }
22
      }
23
    }
24
  }
25
  namespace javax
26
  {
27
    namespace naming
28
    {
29
        class Context;
30
        class Name;
31
    }
32
  }
33
  namespace org
34
  {
35
    namespace omg
36
    {
37
      namespace CORBA
38
      {
39
          class ORB;
40
      }
41
    }
42
  }
43
}
44
 
45
class gnu::javax::naming::giop::GiopNamingServiceFactory : public ::java::lang::Object
46
{
47
 
48
public:
49
  GiopNamingServiceFactory();
50
  virtual ::java::lang::Object * getObjectInstance(::java::lang::Object *, ::javax::naming::Name *, ::javax::naming::Context *, ::java::util::Hashtable *);
51
  virtual void checkIfReferenced(::org::omg::CORBA::ORB *);
52
  virtual ::java::lang::String * getOrbSignature(::java::util::Map *);
53
  static ::java::lang::String * DEFAULT_PROVIDER;
54
  static ::java::util::Hashtable * orbs;
55
  static ::java::lang::Class class$;
56
};
57
 
58
#endif // __gnu_javax_naming_giop_GiopNamingServiceFactory__

powered by: WebSVN 2.1.0

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