summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/NamingService/NameValidator.h
blob: 6ec06279cca1bcf4abf1c64361bf4a5e33789b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_NamingService_NameValidator__
#define __gnu_CORBA_NamingService_NameValidator__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace NamingService
      {
          class NameValidator;
      }
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CosNaming
      {
          class NameComponent;
      }
    }
  }
}

class gnu::CORBA::NamingService::NameValidator : public ::java::lang::Object
{

public:
  NameValidator();
  static void check(JArray< ::org::omg::CosNaming::NameComponent * > *);
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_NamingService_NameValidator__