diff -r 8110bf1194d1 -r 6e7b00453237 appinstaller/AppinstUi/startuplistupdater/inc/startuplistupdater.h --- a/appinstaller/AppinstUi/startuplistupdater/inc/startuplistupdater.h Fri May 14 15:58:48 2010 +0300 +++ b/appinstaller/AppinstUi/startuplistupdater/inc/startuplistupdater.h Thu May 27 12:58:35 2010 +0300 @@ -50,6 +50,8 @@ void RemoveImportedResourceFiles( RPointerArray& aResourceFileArray ); void AppendExecutablesFromResourceFileL( const TDesC& aResourceFile, RPointerArray& aExecutableArray ); + TBool IsValidExecutableForStartupL( const TDesC& aResourceFile, + const TDesC& aExecutableName ); void GetInstalledAppsL( RPointerArray& aInstalledExecutableArray ); void GetStartupListAppsL( RDscStore& aDscStore, RPointerArray& aStartedExecutableArray );