mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
add Exists()
This commit is contained in:
parent
a3a92ab8ba
commit
704f8f14f9
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ class CXWGamesMgr : public CBase
|
|||
|
||||
void BuildListL();
|
||||
TBool DeleteFileFor( TPtrC16* aName );
|
||||
void GameNameToPath( TFileName* path, const TDesC16* name );
|
||||
|
||||
public:
|
||||
static CXWGamesMgr* NewL( MPFORMAL CCoeEnv* aCoeEnv, TFileName* aBasePath );
|
||||
|
@ -59,6 +60,7 @@ class CXWGamesMgr : public CBase
|
|||
void LoadGameL( const TGameName* aName, XWStreamCtxt* stream );
|
||||
|
||||
TBool DeleteSelected( TInt aIndex );
|
||||
TBool Exists( TGameName* aName );
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in a new issue