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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [CDR/] [EncapsulationStream.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_CORBA_CDR_EncapsulationStream__
5
#define __gnu_CORBA_CDR_EncapsulationStream__
6
 
7
#pragma interface
8
 
9
#include <gnu/CORBA/CDR/AbstractCdrOutput.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
      namespace CDR
17
      {
18
          class AligningOutput;
19
          class EncapsulationStream;
20
      }
21
    }
22
  }
23
  namespace org
24
  {
25
    namespace omg
26
    {
27
      namespace CORBA
28
      {
29
        namespace portable
30
        {
31
            class InputStream;
32
            class OutputStream;
33
        }
34
      }
35
    }
36
  }
37
}
38
 
39
class gnu::CORBA::CDR::EncapsulationStream : public ::gnu::CORBA::CDR::AbstractCdrOutput
40
{
41
 
42
public:
43
  EncapsulationStream(::org::omg::CORBA::portable::OutputStream *, jboolean);
44
  virtual void setOffset(jint);
45
  virtual void align(jint);
46
  virtual void close();
47
  virtual ::org::omg::CORBA::portable::InputStream * create_input_stream();
48
  virtual void reset();
49
  static const jbyte BIG_ENDIAN = 0;
50
  static const jbyte LITTLE_ENDIAN = 1;
51
  ::gnu::CORBA::CDR::AligningOutput * __attribute__((aligned(__alignof__( ::gnu::CORBA::CDR::AbstractCdrOutput)))) buffer;
52
  ::org::omg::CORBA::portable::OutputStream * parent;
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __gnu_CORBA_CDR_EncapsulationStream__

powered by: WebSVN 2.1.0

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