aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/typecodes/StringTypeCode.h
blob: 6513b3cdd33cb4255998dbca1f6520dcfaf47b8d (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
46
47
48

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_typecodes_StringTypeCode__
#define __gnu_CORBA_typecodes_StringTypeCode__

#pragma interface

#include <gnu/CORBA/typecodes/PrimitiveTypeCode.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace typecodes
      {
          class StringTypeCode;
      }
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class TCKind;
      }
    }
  }
}

class gnu::CORBA::typecodes::StringTypeCode : public ::gnu::CORBA::typecodes::PrimitiveTypeCode
{

public:
  StringTypeCode(::org::omg::CORBA::TCKind *);
  virtual void setLength(jint);
  virtual jint length();
private:
  static const jlong serialVersionUID = 1LL;
  jint __attribute__((aligned(__alignof__( ::gnu::CORBA::typecodes::PrimitiveTypeCode)))) len;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_typecodes_StringTypeCode__