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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [DynAn/] [gnuDynValueBox.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_DynAn_gnuDynValueBox__
5
#define __gnu_CORBA_DynAn_gnuDynValueBox__
6
 
7
#pragma interface
8
 
9
#include <gnu/CORBA/DynAn/DivideableAny.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
      namespace DynAn
17
      {
18
          class gnuDynAnyFactory;
19
          class gnuDynValueBox;
20
      }
21
    }
22
  }
23
  namespace org
24
  {
25
    namespace omg
26
    {
27
      namespace CORBA
28
      {
29
          class Any;
30
          class ORB;
31
          class TypeCode;
32
      }
33
      namespace DynamicAny
34
      {
35
          class DynAny;
36
      }
37
    }
38
  }
39
}
40
 
41
class gnu::CORBA::DynAn::gnuDynValueBox : public ::gnu::CORBA::DynAn::DivideableAny
42
{
43
 
44
public:
45
  gnuDynValueBox(::org::omg::CORBA::TypeCode *, ::org::omg::CORBA::TypeCode *, ::gnu::CORBA::DynAn::gnuDynAnyFactory *, ::org::omg::CORBA::ORB *);
46
  virtual void assign(::org::omg::DynamicAny::DynAny *);
47
  virtual ::org::omg::DynamicAny::DynAny * copy();
48
  virtual ::org::omg::DynamicAny::DynAny * current_component();
49
  virtual jboolean equal(::org::omg::DynamicAny::DynAny *);
50
  virtual void from_any(::org::omg::CORBA::Any *);
51
  virtual ::org::omg::CORBA::Any * get_boxed_value();
52
  virtual ::org::omg::DynamicAny::DynAny * get_boxed_value_as_dyn_any();
53
  virtual ::java::io::Serializable * get_val();
54
  virtual void insert_val(::java::io::Serializable *);
55
  virtual jboolean is_null();
56
  virtual void set_boxed_value(::org::omg::CORBA::Any *);
57
  virtual void set_boxed_value_as_dyn_any(::org::omg::DynamicAny::DynAny *);
58
  virtual void set_to_null();
59
  virtual void set_to_value();
60
  virtual ::org::omg::CORBA::Any * to_any();
61
private:
62
  static const jlong serialVersionUID = 1LL;
63
public: // actually package-private
64
  ::org::omg::CORBA::TypeCode * __attribute__((aligned(__alignof__( ::gnu::CORBA::DynAn::DivideableAny)))) content;
65
  ::java::lang::String * CONTENT;
66
public:
67
  static ::java::lang::Class class$;
68
};
69
 
70
#endif // __gnu_CORBA_DynAn_gnuDynValueBox__

powered by: WebSVN 2.1.0

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