diff -r 924385140d98 -r c2c61fdca848 commonappservices/alarmserver/Server/Source/ASSrvAlarmQueue.cpp --- a/commonappservices/alarmserver/Server/Source/ASSrvAlarmQueue.cpp Tue Aug 31 15:24:25 2010 +0300 +++ b/commonappservices/alarmserver/Server/Source/ASSrvAlarmQueue.cpp Wed Sep 01 12:24:48 2010 +0100 @@ -96,7 +96,7 @@ iASSrvDSTChange = CASSrvDSTChange::NewL(*this); #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT - User::LeaveIfError(iSsmRtcAdaptation.Connect()); + iSsmRtcAdaptation.Connect(); // Notify the listeners of 'KWakeupAlarmPubSubKey' key that the alarm queue is yet to be internalized // by Alarm Server on its start-up at the device boot time. RProperty::Define(KAlarmServerPubSubCategory, KWakeupAlarmPubSubKey, RProperty::EInt, KReadPolicy, KWritePolicy);