From a6d13498056e4fb79c271342a7d3aa057213b269 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 9 Jan 2005 18:43:27 +0000 Subject: [PATCH] use game info dlg to get initial game setting; make list of dicts without user --- symbian/inc/xwappview.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/symbian/inc/xwappview.h b/symbian/inc/xwappview.h index defd43281..4d7168e4b 100644 --- a/symbian/inc/xwappview.h +++ b/symbian/inc/xwappview.h @@ -109,12 +109,16 @@ class CXWordsAppView : public CCoeControl void DisplayFinalScoresL(); XWStreamCtxt* MakeSimpleStream( MemStreamCloseCallback cb ); TBool AskFromResId( TInt aResource ); - + TBool FindAllDicts(); + void UserErrorFromID( TInt aResource ); + TBool ReadCurrentGame() { return EFalse; } /* later.... */ static void sym_util_requestTime( XW_UtilCtxt* uc ); static VTableMgr* sym_util_getVTManager( XW_UtilCtxt* uc ); static XP_U32 sym_util_getCurSeconds( XW_UtilCtxt* uc ); static void sym_util_notifyGameOverL( XW_UtilCtxt* uc ); + static void sym_util_userError( XW_UtilCtxt* uc, UtilErrID id ); + static TInt TimerCallback( TAny* aThis ); @@ -131,6 +135,10 @@ class CXWordsAppView : public CCoeControl TInt iTimerRunCount; CIdle* iRequestTimer; +/* MDesCArray* iDictList; */ + CDesC16ArrayFlat* iDictList; /* to pass into the dialog */ +/* TInt iNDicts; */ +/* TBuf16<32>* iDictList; */ MPSLOT };