diff -r 1fa3fb47b1e3 -r c2e43643db4c mmserv/sts/stsserver/src/stsserver.cpp --- a/mmserv/sts/stsserver/src/stsserver.cpp Wed Aug 18 10:17:22 2010 +0300 +++ b/mmserv/sts/stsserver/src/stsserver.cpp Thu Sep 02 20:58:01 2010 +0300 @@ -18,6 +18,7 @@ * functionality is handled in the STS class. */ +// Include Files #include "stsserver.h" #include "stsserversession.h" #include "sts.h" @@ -89,6 +90,7 @@ switch (aMsg.Function()) { case StsMsg_PlayTone: + case StsMsg_PlayToneAlarm: { CSystemToneService::TToneType tone = (CSystemToneService::TToneType) aMsg.Int0(); @@ -114,7 +116,7 @@ TSecurityInfo& /*aMissing*/) { CPolicyServer::TCustomResult result; - switch(aAlarm) + switch (aAlarm) { default: result = CPolicyServer::EPass; @@ -127,7 +129,7 @@ TSecurityInfo& /*aMissing*/) { CPolicyServer::TCustomResult result; - switch(aTone) + switch (aTone) { default: result = CPolicyServer::EPass;