diff -r b8bdbc8f59c7 -r 7d4490026038 persistentstorage/sql/SRC/Server/SqlSrvBurInterface.h --- a/persistentstorage/sql/SRC/Server/SqlSrvBurInterface.h Thu Aug 12 11:53:23 2010 +0100 +++ b/persistentstorage/sql/SRC/Server/SqlSrvBurInterface.h Mon Sep 27 11:59:56 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -20,6 +20,11 @@ /** MSqlSrvBurInterface is needed for performing "Backup&Restore" actions on secure SQL databases. +It is used for retrieving from the SQL server a list with database names, located on a specific drive and +owned by a client with specific TSecureId id. +The returned list contains the full database names, including the path. + +@see CSqlServer::GetBackUpListL() @internalComponent */ @@ -27,7 +32,7 @@ { public: virtual RFs& Fs() = 0; - virtual void GetBackUpListL(TSecureId aUid, RArray& aFileList) = 0; + virtual void GetBackUpListL(TSecureId aUid, TDriveNumber aDrive, RArray& aFileNameList) = 0; }; #endif//__SQLSRVBURINTERFACE_H__