add cookie field

This commit is contained in:
ehouse 2005-03-19 22:20:16 +00:00
parent 6e18560e62
commit bcd3a1ba25
2 changed files with 12 additions and 1 deletions

View file

@ -34,6 +34,10 @@ NAME XWRD
#include "xwords.hrh" #include "xwords.hrh"
#define CANT_DO_TYPEDEF
#include "xwrelay.h"
#undef CANT_DO_TYPEDEF
// --------------------------------------------------------- // ---------------------------------------------------------
// //
// Define the resource file signature // Define the resource file signature
@ -362,7 +366,13 @@ RESOURCE ARRAY r_xwords_newgame_page_conn
// itemflags = // itemflags =
}, },
DLG_LINE { DLG_LINE {
prompt = "Relay address"; prompt = "Game name";
type = EEikCtEdwin;
id = ECookie;
control = EDWIN { width = 10; maxlength = MAX_COOKIE_LEN; };
},
DLG_LINE {
prompt = "Relay name";
type = EEikCtEdwin; type = EEikCtEdwin;
id = ERelayName; id = ERelayName;
control = EDWIN { width = 10; maxlength = 32; }; control = EDWIN { width = 10; maxlength = 32; };

View file

@ -64,6 +64,7 @@ enum TXWordsIds {
#ifndef XWFEATURE_STANDALONE_ONLY #ifndef XWFEATURE_STANDALONE_ONLY
,EConnectionRole ,EConnectionRole
,EConnectionType ,EConnectionType
,ECookie
,ERelayName ,ERelayName
,ERelayPort ,ERelayPort
,EPageConn ,EPageConn