mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
add params to methods for deleting and renaming
This commit is contained in:
parent
08aa6ceb37
commit
189035c49c
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ class CXSavedGamesDlg : public CEikDialog
|
|||
TBool OkToExitL( TInt aKeyCode );
|
||||
void PreLayoutDynInitL();
|
||||
|
||||
void ResetNames( TInt aPrefIndex );
|
||||
void EditSelName();
|
||||
void ResetNames( TInt aPrefIndex, const TGameName* aSelName );
|
||||
TBool EditSelName( const TGameName* aSelName, TGameName* aNewName );
|
||||
|
||||
CXWordsAppView* iOwner;/* uses: don't own this!!! */
|
||||
CXWGamesMgr* iGameMgr; /* I don't own this */
|
||||
|
|
Loading…
Reference in a new issue