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