activityfw/storage/server/src/afobservertask.cpp
changeset 115 3ab5c078b490
parent 104 9b022b1f357c
child 119 50e220be30d1
equal deleted inserted replaced
109:e0aa398e6810 115:3ab5c078b490
   114         mMsg.Complete(KErrCancel);
   114         mMsg.Complete(KErrCancel);
   115         delete this;
   115         delete this;
   116     } else if(NotifyChange == mMsg.Function() &&
   116     } else if(NotifyChange == mMsg.Function() &&
   117               (AddActivity == msg.Function() ||
   117               (AddActivity == msg.Function() ||
   118                UpdateActivity == msg.Function() ||
   118                UpdateActivity == msg.Function() ||
       
   119                SaveActivity == msg.Function() ||
   119                RemoveActivity == msg.Function() ||
   120                RemoveActivity == msg.Function() ||
   120                RemoveApplicationActivities == msg.Function())){
   121                RemoveApplicationActivities == msg.Function())){
   121         mMsg.Complete(KErrNone);
   122         mMsg.Complete(KErrNone);
   122         mGlobalStorage.Pop(this);
   123         mGlobalStorage.Pop(this);
   123         delete this;
   124         delete this;