common/tools/ats/smoketest/lbs/lbsclient/inc/tctlbsclientmodulesobserver.h
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     1 /*
       
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __TCT_LBS_CLIENT_MODULES_OBSERVER_H__ 
       
    21 #define __TCT_LBS_CLIENT_MODULES_OBSERVER_H__
       
    22 
       
    23 //  INCLUDES
       
    24 #include "EPos_MPosModulesObserver.h"
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  ?one_line_short_description.
       
    30 *  ?other_description_lines
       
    31 */
       
    32 class TCT_LbsClientModulesObserver :public MPosModulesObserver
       
    33     {
       
    34     public:  // Functions from base classes
       
    35 
       
    36         /**
       
    37         * From MPosModulesDbObserver
       
    38         */
       
    39         inline void HandleSettingsChangeL(
       
    40         /* IN  */       TPosModulesEvent /*aEvent*/
       
    41         ){CActiveScheduler::Stop();};
       
    42 
       
    43 
       
    44     };
       
    45 
       
    46 #endif      // __TCT_LBS_CLIENT_MODULES_OBSERVER_H__
       
    47 
       
    48 // End of File