OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / CORBA / GIOP / ReplyHeader.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_CORBA_GIOP_ReplyHeader__
5 #define __gnu_CORBA_GIOP_ReplyHeader__
6
7 #pragma interface
8
9 #include <gnu/CORBA/GIOP/ContextHandler.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace CORBA
15     {
16       namespace CDR
17       {
18           class AbstractCdrInput;
19           class AbstractCdrOutput;
20       }
21       namespace GIOP
22       {
23           class ReplyHeader;
24       }
25     }
26   }
27 }
28
29 class gnu::CORBA::GIOP::ReplyHeader : public ::gnu::CORBA::GIOP::ContextHandler
30 {
31
32 public:
33   ReplyHeader();
34   virtual ::java::lang::String * getStatusString();
35   virtual void read(::gnu::CORBA::CDR::AbstractCdrInput *) = 0;
36   virtual ::java::lang::String * toString();
37   virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *) = 0;
38   static const jint NO_EXCEPTION = 0;
39   static const jint USER_EXCEPTION = 1;
40   static const jint SYSTEM_EXCEPTION = 2;
41   static const jint LOCATION_FORWARD = 3;
42   static const jint LOCATION_FORWARD_PERM = 4;
43   static const jint NEEDS_ADDRESSING_MODE = 5;
44   jint __attribute__((aligned(__alignof__( ::gnu::CORBA::GIOP::ContextHandler)))) reply_status;
45   jint request_id;
46   static ::java::lang::Class class$;
47 };
48
49 #endif // __gnu_CORBA_GIOP_ReplyHeader__