adaptationlayer/tsy/nokiatsy_dll/inc/cmmsmscache.h
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
   159         /**
   159         /**
   160         * Empty all of cache
   160         * Empty all of cache
   161         */
   161         */
   162         void DeleteAll();
   162         void DeleteAll();
   163 
   163 
   164     // ATTRIBUTES
   164         /**
       
   165         * Changes the storage status of a cached entry
       
   166         * @param aLocation location to change entry at
       
   167         * @param aStorageStatus storage status (TS 31.102, clause 4.2.25)
       
   168         */
       
   169         void SetStorageStatus(
       
   170             TInt aLocation,
       
   171             RMobileSmsStore::TMobileSmsStoreStatus aMsgStatus );
       
   172 
       
   173         // ATTRIBUTES
   165     private:
   174     private:
   166         // cache error code
   175         // cache error code
   167         TInt iError;
   176         TInt iError;
   168 
   177 
   169         // location to delete
   178         // location to delete