activityfw/activitydatabase/hsactivitydbserver/inc/activitytaskstorage.h
changeset 97 1e962b12a8db
parent 93 82b66994846c
equal deleted inserted replaced
96:5d243a69bdda 97:1e962b12a8db
    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