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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [naming/] [giop/] [ListEnumeration.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_ListEnumeration__
5
#define __gnu_javax_naming_giop_ListEnumeration__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/naming/giop/GiopNamingEnumeration.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace naming
17
      {
18
        namespace giop
19
        {
20
            class ListEnumeration;
21
        }
22
      }
23
    }
24
  }
25
  namespace org
26
  {
27
    namespace omg
28
    {
29
      namespace CosNaming
30
      {
31
          class Binding;
32
          class BindingIteratorHolder;
33
          class BindingListHolder;
34
      }
35
    }
36
  }
37
}
38
 
39
class gnu::javax::naming::giop::ListEnumeration : public ::gnu::javax::naming::giop::GiopNamingEnumeration
40
{
41
 
42
public:
43
  ListEnumeration(::org::omg::CosNaming::BindingListHolder *, ::org::omg::CosNaming::BindingIteratorHolder *, jint);
44
  virtual ::java::lang::Object * convert(::org::omg::CosNaming::Binding *);
45
  static ::java::lang::Class class$;
46
};
47
 
48
#endif // __gnu_javax_naming_giop_ListEnumeration__

powered by: WebSVN 2.1.0

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