diff -r 332e7bf3b42f -r 469fa8a78de7 commonappservices/alarmserver/Client/Source/ASCliSession.cpp --- a/commonappservices/alarmserver/Client/Source/ASCliSession.cpp Tue May 25 12:52:36 2010 +0300 +++ b/commonappservices/alarmserver/Client/Source/ASCliSession.cpp Wed Jun 09 09:52:12 2010 +0300 @@ -65,7 +65,7 @@ TInt startupAttempts = KNumberOfServerStartupAttempts; for(;;) { - TInt ret = CreateSession(ASCliDefinitions::ServerAndThreadName(), ASCliDefinitions::Version(), KAlarmServerAsynchronousSlotCount); + TInt ret = CreateSession(ASCliDefinitions::ServerAndThreadName(), ASCliDefinitions::Version()); if (ret != KErrNotFound && ret != KErrServerTerminated) {