diff -r 1f58177f6740 -r 9894ed580e4a mmserv/sts/stsserver/src/stsserver.cpp --- a/mmserv/sts/stsserver/src/stsserver.cpp Thu Aug 12 20:27:32 2010 -0500 +++ b/mmserv/sts/stsserver/src/stsserver.cpp Tue Aug 24 03:16:41 2010 -0500 @@ -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;