activityfw/activitydatabase/hsactivitydbserver/inc/activitytaskstorage.h
changeset 83 156f692b1687
parent 73 4bc7b118b3df
equal deleted inserted replaced
80:397d00875918 83:156f692b1687
    35     
    35     
    36     /**
    36     /**
    37      * List of registered tasks
    37      * List of registered tasks
    38      */
    38      */
    39     virtual const RPointerArray<CActivityTask>& StorageData() const =0;
    39     virtual const RPointerArray<CActivityTask>& StorageData() const =0;
       
    40 
       
    41     /**
       
    42      * Removes not valid task
       
    43      */
       
    44     virtual void RemoveNotValidTasks(const CSession2* session) =0;
    40 };
    45 };
    41 
    46 
    42 #endif  //ACTIVITYTASKSTORAGE_H
    47 #endif  //ACTIVITYTASKSTORAGE_H
    43 
    48