mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
new method for external query
This commit is contained in:
parent
7318254a46
commit
68b38664d2
1 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,8 @@ class CXWordsAppView : public CCoeControl
|
|||
int HandleCommand( TInt aCommand );
|
||||
void Exiting();
|
||||
TBool HandleKeyEvent( const TKeyEvent& aKeyEvent );
|
||||
void UserErrorFromID( TInt aResource );
|
||||
XP_Bool UserQuery( UtilQueryID aId, XWStreamCtxt* aStream );
|
||||
|
||||
private:
|
||||
/* open game from prefs or start a new one. */
|
||||
|
@ -117,7 +119,6 @@ class CXWordsAppView : public CCoeControl
|
|||
XWStreamCtxt* MakeSimpleStream( MemStreamCloseCallback cb );
|
||||
TBool AskFromResId( TInt aResource );
|
||||
TBool FindAllDicts();
|
||||
void UserErrorFromID( TInt aResource );
|
||||
TBool LoadPrefs();
|
||||
TBool AskSaveGame() { return ETrue; }
|
||||
void SaveCurrentGame() {}
|
||||
|
|
Loading…
Reference in a new issue