activityfw/storage/server/inc/afstorage.h
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    31     {
    31     {
    32 public:
    32 public:
    33     ~CAfStorage();
    33     ~CAfStorage();
    34 
    34 
    35     static CAfStorage* NewL(RFs& aSession);
    35     static CAfStorage* NewL(RFs& aSession);
    36 
       
    37     void AddActivityL(CAfEntry &aEntry);
       
    38 
       
    39     void UpdateActivityL(CAfEntry &aEntry);
       
    40 
    36 
    41     void SaveActivityL(CAfEntry &aEntry);
    37     void SaveActivityL(CAfEntry &aEntry);
    42 
    38 
    43     void DeleteActivityL(CAfEntry &aEntry);
    39     void DeleteActivityL(CAfEntry &aEntry);
    44 
    40