summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/CDR/BufferedCdrOutput.h
blob: 373a9e2c42c6cb7c5535ae0d9775bae04e636953 (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
55
56
57
58
59
60
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_CDR_BufferedCdrOutput__
#define __gnu_CORBA_CDR_BufferedCdrOutput__

#pragma interface

#include <gnu/CORBA/CDR/AbstractCdrOutput.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace CDR
      {
          class AligningOutput;
          class BufferedCdrOutput;
          class gnuRuntime;
      }
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
        namespace portable
        {
            class InputStream;
        }
      }
    }
  }
}

class gnu::CORBA::CDR::BufferedCdrOutput : public ::gnu::CORBA::CDR::AbstractCdrOutput
{

public:
  BufferedCdrOutput(jint);
  BufferedCdrOutput();
  virtual void setOffset(jint);
  virtual void align(jint);
  virtual ::org::omg::CORBA::portable::InputStream * create_input_stream();
  virtual void reset();
  virtual jint getPosition();
  virtual ::gnu::CORBA::CDR::gnuRuntime * getRunTime();
  virtual void setRunTime(::gnu::CORBA::CDR::gnuRuntime *);
  virtual void seek(jint);
private:
  static const jlong serialVersionUID = 1LL;
public:
  ::gnu::CORBA::CDR::AligningOutput * __attribute__((aligned(__alignof__( ::gnu::CORBA::CDR::AbstractCdrOutput)))) buffer;
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_CDR_BufferedCdrOutput__