mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
add option to take a TBuf16
This commit is contained in:
parent
473c2d5ed7
commit
f7253e0465
1 changed files with 4 additions and 0 deletions
|
@ -33,13 +33,17 @@ class CXWAskDlg : public CEikDialog
|
|||
{
|
||||
public:
|
||||
CXWAskDlg( MPFORMAL XWStreamCtxt* aStream, TBool aKillStream );
|
||||
CXWAskDlg( MPFORMAL TBuf16<128>* aMessage);
|
||||
~CXWAskDlg();
|
||||
|
||||
private:
|
||||
TBool OkToExitL( TInt aKeyCode );
|
||||
void PreLayoutDynInitL();
|
||||
|
||||
/* One or the other of these will be set/used */
|
||||
XWStreamCtxt* iStream;
|
||||
TBuf16<128>* iMessage;
|
||||
|
||||
TBool iKillStream;
|
||||
MPSLOT
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue