blob: ac91af599a2d7d462515915de60042e2ea1a6981 [file] [log] [blame]
jat@google.com134be542009-08-03 15:30:11 +00001/*
2 * DO NOT EDIT
3 * Generated by com.google.gwt.util.tools.OophmHeaderFileGenerator
4 * TODO(jat): update generator to handle modifications
5 */
6
7/* from BrowserChannel.BROWSERCHANNEL_PROTOCOL_VERSION */
jat@google.com5e86cbd2009-08-22 23:59:24 +00008#define BROWSERCHANNEL_PROTOCOL_VERSION 2
jat@google.com134be542009-08-03 15:30:11 +00009
10/* from com.google.gwt.dev.shell.BrowserChannel.SpecialDispatchId */
11#define SPECIAL_HAS_METHOD 0
12#define SPECIAL_HAS_PROPERTY 1
13#define SPECIAL_GET_PROPERTY 2
14#define SPECIAL_SET_PROPERTY 3
15
16/* from com.google.gwt.dev.shell.BrowserChannel.MessageType */
17#define MESSAGE_TYPE_INVOKE 0
18#define MESSAGE_TYPE_RETURN 1
jat@google.com5e86cbd2009-08-22 23:59:24 +000019#define MESSAGE_TYPE_OLD_LOAD_MODULE 2
jat@google.com134be542009-08-03 15:30:11 +000020#define MESSAGE_TYPE_QUIT 3
21#define MESSAGE_TYPE_LOADJSNI 4
22#define MESSAGE_TYPE_INVOKESPECIAL 5
23#define MESSAGE_TYPE_FREEVALUE 6
jat@google.com5e86cbd2009-08-22 23:59:24 +000024#define MESSAGE_TYPE_FATAL_ERROR 7
25#define MESSAGE_TYPE_CHECK_VERSIONS 8
26#define MESSAGE_TYPE_PROTOCOL_VERSION 9
27#define MESSAGE_TYPE_CHOOSE_TRANSPORT 10
28#define MESSAGE_TYPE_SWITCH_TRANSPORT 11
29#define MESSAGE_TYPE_LOAD_MODULE 12
jat@google.com134be542009-08-03 15:30:11 +000030
31/* from com.google.gwt.dev.shell.BrowserChannel.Value.ValueType */
32#define VALUE_TYPE_NULL 0
33#define VALUE_TYPE_BOOLEAN 1
34#define VALUE_TYPE_BYTE 2
35#define VALUE_TYPE_CHAR 3
36#define VALUE_TYPE_SHORT 4
37#define VALUE_TYPE_INT 5
38#define VALUE_TYPE_LONG 6
39#define VALUE_TYPE_FLOAT 7
40#define VALUE_TYPE_DOUBLE 8
41#define VALUE_TYPE_STRING 9
42#define VALUE_TYPE_JAVA_OBJECT 10
43#define VALUE_TYPE_JS_OBJECT 11
44#define VALUE_TYPE_UNDEFINED 12