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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CORBA/] [ULongLongSeqHelper.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_ULongLongSeqHelper__
5
#define __org_omg_CORBA_ULongLongSeqHelper__
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 Any;
21
          class TypeCode;
22
          class ULongLongSeqHelper;
23
        namespace portable
24
        {
25
            class InputStream;
26
            class OutputStream;
27
        }
28
      }
29
    }
30
  }
31
}
32
 
33
class org::omg::CORBA::ULongLongSeqHelper : public ::java::lang::Object
34
{
35
 
36
public:
37
  ULongLongSeqHelper();
38
  static JArray< jlong > * extract(::org::omg::CORBA::Any *);
39
  static ::java::lang::String * id();
40
  static void insert(::org::omg::CORBA::Any *, JArray< jlong > *);
41
  static JArray< jlong > * read(::org::omg::CORBA::portable::InputStream *);
42
  static ::org::omg::CORBA::TypeCode * type();
43
  static void write(::org::omg::CORBA::portable::OutputStream *, JArray< jlong > *);
44
  static ::java::lang::Class class$;
45
};
46
 
47
#endif // __org_omg_CORBA_ULongLongSeqHelper__

powered by: WebSVN 2.1.0

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