OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / naming / giop / GiopNamingServiceFactory.h
1
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__