Preparing network protocol for rejoin.

This commit is contained in:
lotodore
2011-07-16 14:52:45 +00:00
parent 711091bcd9
commit e109c0037d
303 changed files with 8477 additions and 7528 deletions
+21 -20
View File
@@ -20,28 +20,29 @@
extern "C" {
#endif
/* Dependencies */
typedef enum timeoutReason {
timeoutReason_timeoutNoDataReceived = 0,
timeoutReason_timeoutInactiveGame = 1
} e_timeoutReason;
/* Dependencies */
typedef enum timeoutReason {
timeoutReason_timeoutNoDataReceived = 0,
timeoutReason_timeoutInactiveGame = 1
}
e_timeoutReason;
/* TimeoutWarningMessage */
typedef struct TimeoutWarningMessage {
long timeoutReason;
long remainingSeconds;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} TimeoutWarningMessage_t;
/* TimeoutWarningMessage */
typedef struct TimeoutWarningMessage {
long timeoutReason;
long remainingSeconds;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_timeoutReason_2; // (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_TimeoutWarningMessage;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} TimeoutWarningMessage_t;
/* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_timeoutReason_2; // (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_TimeoutWarningMessage;
#ifdef __cplusplus
}