uifw/AknGlobalUI/OldStyleNotif/Src/aknkeylocknotifier.cpp
branchRCL_3
changeset 9 aabf2c525e0f
parent 0 2f259fa3e83a
child 10 9f56a4e1b8ab
equal deleted inserted replaced
4:8ca85d2f0db7 9:aabf2c525e0f
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-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".
  1958             {
  1958             {
  1959             // Do nothing since note will be removed on ECallAttempted event.
  1959             // Do nothing since note will be removed on ECallAttempted event.
  1960             break;
  1960             break;
  1961             }
  1961             }
  1962         case CAknEcsDetector::ECompleteMatch:
  1962         case CAknEcsDetector::ECompleteMatch:
       
  1963         case CAknEcsDetector::EServiceNumMatch:
  1963             {
  1964             {
  1964             iEcsNote->SetEmergencyNumber( aEcsDetector->CurrentMatch() );
  1965             iEcsNote->SetEmergencyNumber( aEcsDetector->CurrentMatch() );
  1965             iEcsNote->ShowNote( CAknNoteDialog::ENoTimeout,
  1966             iEcsNote->ShowNote( CAknNoteDialog::ENoTimeout,
  1966                                 CAknNoteDialog::ENoTone );
  1967                                 CAknNoteDialog::ENoTone );
  1967 
  1968