OSDN Git Service

Updating header files. Earlier change here seems to have been in error.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / rmi / server / ProtocolConstants.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_java_rmi_server_ProtocolConstants__
5 #define __gnu_java_rmi_server_ProtocolConstants__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace java
15     {
16       namespace rmi
17       {
18         namespace server
19         {
20             class ProtocolConstants;
21         }
22       }
23     }
24   }
25 }
26
27 class gnu::java::rmi::server::ProtocolConstants : public ::java::lang::Object
28 {
29
30 public:
31   static const jint PROTOCOL_HEADER = 1246907721;
32   static const jint PROTOCOL_VERSION = 2;
33   static const jint STREAM_PROTOCOL = 75;
34   static const jint SINGLE_OP_PROTOCOL = 76;
35   static const jint MULTIPLEX_PROTOCOL = 77;
36   static const jint PROTOCOL_ACK = 78;
37   static const jint PROTOCOL_NACK = 79;
38   static const jint MESSAGE_CALL = 80;
39   static const jint MESSAGE_CALL_ACK = 81;
40   static const jint MESSAGE_PING = 82;
41   static const jint MESSAGE_PING_ACK = 83;
42   static const jint MESSAGE_DGCACK = 84;
43   static const jint RETURN_ACK = 1;
44   static const jint RETURN_NACK = 2;
45   static const jint DEFAULT_PROTOCOL = 75;
46   static ::java::lang::Class class$;
47 } __attribute__ ((java_interface));
48
49 #endif // __gnu_java_rmi_server_ProtocolConstants__