2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_GIOP_ReplyHeader__
5 #define __gnu_CORBA_GIOP_ReplyHeader__
9 #include <gnu/CORBA/GIOP/ContextHandler.h>
18 class AbstractCdrInput
;
19 class AbstractCdrOutput
;
29 class gnu::CORBA::GIOP::ReplyHeader
: public ::gnu::CORBA::GIOP::ContextHandler
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
;
46 static ::java::lang::Class
class$
;
49 #endif // __gnu_CORBA_GIOP_ReplyHeader__