aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/CORBA/gnuValueHolder.h
blob: d26dc33bb8088440c1300f57346fafb9c07e7f12 (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
49
50
51
52
53
54

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

#ifndef __gnu_CORBA_gnuValueHolder__
#define __gnu_CORBA_gnuValueHolder__

#pragma interface

#include <org/omg/CORBA/ValueBaseHolder.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
        class gnuValueHolder;
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class TypeCode;
        namespace portable
        {
            class BoxedValueHelper;
            class InputStream;
            class OutputStream;
        }
      }
    }
  }
}

class gnu::CORBA::gnuValueHolder : public ::org::omg::CORBA::ValueBaseHolder
{

public:
  gnuValueHolder(::java::io::Serializable *, ::org::omg::CORBA::TypeCode *);
  virtual ::org::omg::CORBA::TypeCode * _type();
  virtual void _write(::org::omg::CORBA::portable::OutputStream *);
  virtual void _read(::org::omg::CORBA::portable::InputStream *);
public: // actually package-private
  virtual void findHelper();
  ::org::omg::CORBA::TypeCode * __attribute__((aligned(__alignof__( ::org::omg::CORBA::ValueBaseHolder)))) type;
  ::org::omg::CORBA::portable::BoxedValueHelper * helper;
  jboolean helper_NA;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_gnuValueHolder__