Introducing a new server announcement message to fix network games. Currently broken.

This commit is contained in:
lotodore
2009-11-07 21:02:20 +00:00
parent 8696f86b60
commit e950d0cb15
84 changed files with 1023 additions and 827 deletions
-3
View File
@@ -16,7 +16,6 @@
#include <NativeInteger.h>
#include "GuestLogin.h"
#include "AuthenticatedLogin.h"
#include "StatisticsLogin.h"
#include <constr_CHOICE.h>
#include <constr_SEQUENCE.h>
@@ -29,7 +28,6 @@ typedef enum login_PR {
login_PR_NOTHING, /* No components present */
login_PR_guestLogin,
login_PR_authenticatedLogin,
login_PR_statisticsLogin,
/* Extensions may appear below */
} login_PR;
@@ -43,7 +41,6 @@ typedef struct InitMessage {
union InitMessage__login_u {
GuestLogin_t guestLogin;
AuthenticatedLogin_t authenticatedLogin;
StatisticsLogin_t statisticsLogin;
/*
* This type is extensible,
* possible extensions are below.