coreapplicationuis/SysAp/Src/SysApPubSubObserver.cpp
changeset 69 dcd4152cfe55
parent 65 8a530a83576a
equal deleted inserted replaced
65:8a530a83576a 69:dcd4152cfe55
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   990         case EEikEcsQueryLights: // emergency note is shown
   990         case EEikEcsQueryLights: // emergency note is shown
   991              iSysApAppUi.SetLightsOnEcsQueryL();
   991              iSysApAppUi.SetLightsOnEcsQueryL();
   992              break;
   992              break;
   993 
   993 
   994         case EEikSecurityQueryLights: // for device lock security query
   994         case EEikSecurityQueryLights: // for device lock security query
   995              iSysApAppUi.SetLightsOnSecurityQueryL();
   995         case ESecurityUIsLightsQueryOnRequest: 
       
   996 		     iSysApAppUi.SetLightsOnSecurityQueryL();
   996              break;
   997              break;
   997 
   998 
   998         default:
   999         default:
   999             break;
  1000             break;
  1000         }
  1001         }