From e4ca798dfde8a3cc50cae0dd2e8791445690c4c9 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 20 Mar 2005 19:47:07 +0000 Subject: [PATCH] MakeSimpleStream needs channelno param --- symbian/inc/xwappview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symbian/inc/xwappview.h b/symbian/inc/xwappview.h index 40d8e9c0f..89fbdb73a 100644 --- a/symbian/inc/xwappview.h +++ b/symbian/inc/xwappview.h @@ -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();