add params to methods for deleting and renaming

This commit is contained in:
ehouse 2005-01-21 07:55:08 +00:00
parent 08aa6ceb37
commit 189035c49c

View file

@ -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 */