From 704f8f14f98da946c3d95a5c9a1e17b824d2eea5 Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 19 Jan 2005 15:06:19 +0000 Subject: [PATCH] add Exists() --- symbian/inc/symgmmgr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symbian/inc/symgmmgr.h b/symbian/inc/symgmmgr.h index d239448df..849750e44 100755 --- a/symbian/inc/symgmmgr.h +++ b/symbian/inc/symgmmgr.h @@ -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: