pimappservices/calendar/server/src/agssess.cpp
branchRCL_3
changeset 20 9c5b1510919f
parent 0 f979ecb2b13e
child 27 aba12c885d83
equal deleted inserted replaced
18:d68a4b5d5885 20:9c5b1510919f
  4044             }
  4044             }
  4045         else
  4045         else
  4046             {
  4046             {
  4047              // Clear all the notifications in the buffer
  4047              // Clear all the notifications in the buffer
  4048             iFileBufferedNotification->Reset();
  4048             iFileBufferedNotification->Reset();
  4049             iFileBufferedNotificationStream.Open(*iBufferedNotification);       
  4049             iFileBufferedNotificationStream.Open(*iFileBufferedNotification);       
  4050         
  4050         
  4051             // Add a single 'Undefined Change' notification to the notification buffer
  4051             // Add a single 'Undefined Change' notification to the notification buffer
  4052             CAgnFileChangeInfo* fileChang = CAgnFileChangeInfo::NewL(NULL, MCalFileChangeObserver::ECalendarInfoUpdated);
  4052             CAgnFileChangeInfo* fileChang = CAgnFileChangeInfo::NewL(NULL, MCalFileChangeObserver::ECalendarInfoUpdated);
  4053             CleanupStack::PushL(fileChang);
  4053             CleanupStack::PushL(fileChang);
  4054             aFileChangeInfo.ExternalizeL(iFileBufferedNotificationStream);
  4054             aFileChangeInfo.ExternalizeL(iFileBufferedNotificationStream);