mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
MakeSimpleStream needs channelno param
This commit is contained in:
parent
10ae6d1f1e
commit
8181d03aac
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ class CXWordsAppView : public CCoeControl
|
|||
void SetUpUtil();
|
||||
void PositionBoard();
|
||||
void DisplayFinalScoresL();
|
||||
XWStreamCtxt* MakeSimpleStream( MemStreamCloseCallback cb );
|
||||
XWStreamCtxt* MakeSimpleStream( MemStreamCloseCallback cb,
|
||||
XP_U16 channelNo = CHANNEL_NONE );
|
||||
TBool AskFromResId( TInt aResource );
|
||||
TBool FindAllDicts();
|
||||
TBool LoadPrefs();
|
||||
|
|
Loading…
Add table
Reference in a new issue