MakeSimpleStream needs channelno param

This commit is contained in:
ehouse 2005-03-20 19:47:07 +00:00
parent 10ae6d1f1e
commit 8181d03aac

View file

@ -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();