diff -r 0818dd463d41 -r 924385140d98 commonappservices/alarmserver/Server/Source/ASSrvAlarmQueue.cpp --- a/commonappservices/alarmserver/Server/Source/ASSrvAlarmQueue.cpp Thu Aug 19 10:05:08 2010 +0300 +++ b/commonappservices/alarmserver/Server/Source/ASSrvAlarmQueue.cpp Tue Aug 31 15:24:25 2010 +0300 @@ -96,7 +96,7 @@ iASSrvDSTChange = CASSrvDSTChange::NewL(*this); #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT - iSsmRtcAdaptation.Connect(); + User::LeaveIfError(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);