coreapplicationuis/SysAp/Src/CenRepObservers/SysApCenRepLogsObserver.cpp
branchRCL_3
changeset 58 0818dd463d41
parent 0 2e3d3ce01487
child 62 924385140d98
equal deleted inserted replaced
57:5e7d68cc22e0 58:0818dd463d41
     1 /*
     1 /*
     2 * Copyright (c) 2005 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".
    77                                     *iSession, 
    77                                     *iSession, 
    78                                     CCenRepNotifyHandler::EIntKey, 
    78                                     CCenRepNotifyHandler::EIntKey, 
    79                                     KLogsNewMissedCalls );
    79                                     KLogsNewMissedCalls );
    80                                     iNewMissedCallsHandler->StartListeningL();
    80                                     iNewMissedCallsHandler->StartListeningL();
    81     
    81     
    82     iSession->Get(KLogsNewMissedCalls, iMissedCallsValue);
    82     User::LeaveIfError(iSession->Get(KLogsNewMissedCalls, iMissedCallsValue));
    83     }
    83     }
    84 
    84 
    85 // ----------------------------------------------------------------------------
    85 // ----------------------------------------------------------------------------
    86 // CSysApCenRepLogsObserver::HandleNotifyInt()
    86 // CSysApCenRepLogsObserver::HandleNotifyInt()
    87 // ----------------------------------------------------------------------------
    87 // ----------------------------------------------------------------------------