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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [BigDecimalHelper.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_BigDecimalHelper__
5
#define __gnu_CORBA_BigDecimalHelper__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace CORBA
17
    {
18
        class BigDecimalHelper;
19
    }
20
  }
21
  namespace java
22
  {
23
    namespace math
24
    {
25
        class BigDecimal;
26
    }
27
  }
28
}
29
 
30
class gnu::CORBA::BigDecimalHelper : public ::java::lang::Object
31
{
32
 
33
public:
34
  BigDecimalHelper();
35
  static void main(JArray< ::java::lang::String * > *);
36
  static ::java::math::BigDecimal * read(::java::io::InputStream *, jint);
37
  static void write(::java::io::OutputStream *, ::java::math::BigDecimal *);
38
private:
39
  static ::java::math::BigDecimal * createFixed(jint, JArray< jbyte > *);
40
public:
41
  static ::java::lang::Class class$;
42
};
43
 
44
#endif // __gnu_CORBA_BigDecimalHelper__

powered by: WebSVN 2.1.0

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