diff -r 510c70acdbf6 -r 8ccc39f9d787 adaptationlayer/tsy/nokiatsy_dll/inc/cmmsmscache.h --- a/adaptationlayer/tsy/nokiatsy_dll/inc/cmmsmscache.h Mon Nov 09 10:36:19 2009 +0000 +++ b/adaptationlayer/tsy/nokiatsy_dll/inc/cmmsmscache.h Thu Jan 14 10:44:58 2010 +0200 @@ -161,7 +161,16 @@ */ void DeleteAll(); - // ATTRIBUTES + /** + * Changes the storage status of a cached entry + * @param aLocation location to change entry at + * @param aStorageStatus storage status (TS 31.102, clause 4.2.25) + */ + void SetStorageStatus( + TInt aLocation, + RMobileSmsStore::TMobileSmsStoreStatus aMsgStatus ); + + // ATTRIBUTES private: // cache error code TInt iError;