basiclocationinfodisplay/blid/engine/inc/MBlidMeasurementSettings.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2006 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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Blid measurement settings can be modified
       
    15 *                and read with help of this API.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __MBLIDMEASUREMENTSETTINGS_H__
       
    22 #define __MBLIDMEASUREMENTSETTINGS_H__
       
    23 
       
    24 // CLASS DECLARATION
       
    25 
       
    26 /**
       
    27 *  This Blid application engine API is only used by Blid application.
       
    28 *  Blid settings can be modified and read with help of this API.
       
    29 *
       
    30 */
       
    31 class MBlidMeasurementSettings
       
    32     {
       
    33     public: // New functions
       
    34 
       
    35         /**
       
    36          * Set the Measurement Settings Vaue 
       
    37          *
       
    38          * @return None 
       
    39          */
       
    40         virtual void HandleSysMeasureValueL( ) = 0;
       
    41     };
       
    42 
       
    43 #endif      // __MBLIDMEASUREMENTSETTINGS_H__
       
    44 
       
    45 // End of File