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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CORBA/] [portable/] [StreamableValue.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_CORBA_portable_StreamableValue__
5
#define __org_omg_CORBA_portable_StreamableValue__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace org
15
  {
16
    namespace omg
17
    {
18
      namespace CORBA
19
      {
20
          class TypeCode;
21
        namespace portable
22
        {
23
            class InputStream;
24
            class OutputStream;
25
            class StreamableValue;
26
        }
27
      }
28
    }
29
  }
30
}
31
 
32
class org::omg::CORBA::portable::StreamableValue : public ::java::lang::Object
33
{
34
 
35
public:
36
  virtual void _read(::org::omg::CORBA::portable::InputStream *) = 0;
37
  virtual ::org::omg::CORBA::TypeCode * _type() = 0;
38
  virtual void _write(::org::omg::CORBA::portable::OutputStream *) = 0;
39
  virtual JArray< ::java::lang::String * > * _truncatable_ids() = 0;
40
  static ::java::lang::Class class$;
41
} __attribute__ ((java_interface));
42
 
43
#endif // __org_omg_CORBA_portable_StreamableValue__

powered by: WebSVN 2.1.0

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