mmserv/sts/stsserver/src/stsserver.cpp
changeset 43 9894ed580e4a
parent 20 b67dd1fc57c5
--- 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;