OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / CORBA_2_3 / portable / OutputStream.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_CORBA_2_3_portable_OutputStream__
5 #define __org_omg_CORBA_2_3_portable_OutputStream__
6
7 #pragma interface
8
9 #include <org/omg/CORBA/portable/OutputStream.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace CORBA
17       {
18         namespace portable
19         {
20             class BoxedValueHelper;
21         }
22       }
23       namespace CORBA_2_3
24       {
25         namespace portable
26         {
27             class OutputStream;
28         }
29       }
30     }
31   }
32 }
33
34 class org::omg::CORBA_2_3::portable::OutputStream : public ::org::omg::CORBA::portable::OutputStream
35 {
36
37 public:
38   OutputStream();
39   virtual void write_abstract_interface(::java::lang::Object *);
40   virtual void write_value(::java::io::Serializable *);
41   virtual void write_value(::java::io::Serializable *, ::org::omg::CORBA::portable::BoxedValueHelper *);
42   virtual void write_value(::java::io::Serializable *, ::java::lang::Class *);
43   virtual void write_value(::java::io::Serializable *, ::java::lang::String *);
44   static ::java::lang::Class class$;
45 };
46
47 #endif // __org_omg_CORBA_2_3_portable_OutputStream__