diff -r b18a4bf55ddb -r 2d2d25361590 secureswitools/swisistools/source/interpretsislib/dbhelper.h --- a/secureswitools/swisistools/source/interpretsislib/dbhelper.h Fri Sep 03 17:01:40 2010 +0300 +++ b/secureswitools/swisistools/source/interpretsislib/dbhelper.h Tue Sep 28 14:48:39 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -55,6 +55,7 @@ bool GetIsRemovable( TInt32 aComponentId ) const; bool GetInRom( TInt32 aComponentId ) const; + std::wstring GetStubFileName( TInt32 aComponentId ) const; std::wstring GetPackageName( TInt32 aComponentId ) const; TUint32 GetUid( TInt32 aComponentId ) const; TUint32 GetInstallType( TInt32 aComponentId ) const;