phoneengine/networkhandlingstarter/tsrc/mocks/mock_cpsetrefreshhandler.h
changeset 60 1eef62f5c541
equal deleted inserted replaced
53:22cc52eade9b 60:1eef62f5c541
       
     1 /** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 * All rights reserved.
       
     3 * This component and the accompanying materials are made available
       
     4 * under the terms of the License "Eclipse Public License v1.0"
       
     5 * which accompanies this distribution, and is available
       
     6 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 *
       
     8 * Initial Contributors:
       
     9 * Nokia Corporation - initial contribution.
       
    10 *
       
    11 * Contributors:
       
    12 *
       
    13 * Description:
       
    14 *
       
    15 */
       
    16 #ifndef CPSetRefreshHandler_h
       
    17 #define CPSetRefreshHandler_h
       
    18 
       
    19 
       
    20 #include <psetrefreshhandler.h> 
       
    21    
       
    22 class CPSetRefreshHandlerMock : public CPSetRefreshHandler
       
    23     {
       
    24     public:
       
    25         ~CPSetRefreshHandlerMock();
       
    26         static CPSetRefreshHandlerMock* NewL();
       
    27         void NotifyFileChangeL( MSSSettingsRefreshObserver & aObserver, TSatElementaryFiles aObservedFile, TSatRefreshType aObservedRefreshType );
       
    28         void CancelNotify( );
       
    29         TInt ChangedCspSettings( TPSetChangedCspSetting & aChangedCspSettings, TPSetChangedCspSetting & aNewValues );
       
    30     };
       
    31 
       
    32 #endif