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:
|
public:
|
||||||
CXWAskDlg( MPFORMAL XWStreamCtxt* aStream, TBool aKillStream );
|
CXWAskDlg( MPFORMAL XWStreamCtxt* aStream, TBool aKillStream );
|
||||||
|
CXWAskDlg( MPFORMAL TBuf16<128>* aMessage);
|
||||||
~CXWAskDlg();
|
~CXWAskDlg();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TBool OkToExitL( TInt aKeyCode );
|
TBool OkToExitL( TInt aKeyCode );
|
||||||
void PreLayoutDynInitL();
|
void PreLayoutDynInitL();
|
||||||
|
|
||||||
|
/* One or the other of these will be set/used */
|
||||||
XWStreamCtxt* iStream;
|
XWStreamCtxt* iStream;
|
||||||
|
TBuf16<128>* iMessage;
|
||||||
|
|
||||||
TBool iKillStream;
|
TBool iKillStream;
|
||||||
MPSLOT
|
MPSLOT
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue