cellular/psuinotes/src/psuidivertnotehandler.cpp
changeset 50 2313cb430f28
parent 32 1f002146abb4
equal deleted inserted replaced
45:61f927bc9441 50:2313cb430f28
     1 /*
     1 /*
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 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".
   132        PsUiNotes::instance()->cancelNote(m_activeProgressNoteId);
   132        PsUiNotes::instance()->cancelNote(m_activeProgressNoteId);
   133        PsUiNotes::instance()->cancelNote(m_activeNoteId);
   133        PsUiNotes::instance()->cancelNote(m_activeNoteId);
   134     } else {
   134     } else {
   135        if (ongoing) {
   135        if (ongoing) {
   136            PsUiNotes::instance()->showGlobalProgressNote(
   136            PsUiNotes::instance()->showGlobalProgressNote(
   137                m_activeProgressNoteId, hbTrId("txt_phone_info_requesting"));
   137                m_activeProgressNoteId, hbTrId("txt_common_info_requesting"));
   138        } else {
   138        } else {
   139            PsUiNotes::instance()->cancelNote(m_activeProgressNoteId);
   139            PsUiNotes::instance()->cancelNote(m_activeProgressNoteId);
   140        }
   140        }
   141     }       
   141     }       
   142     DPRINT << ": OUT";
   142     DPRINT << ": OUT";