clock2/clockui/uimodel/inc/clkuiclksrvidleobserver.h
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2008 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:  The header file for  CClkUiClkSrvIdleObserver class.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __CLKUI_CLKSRV_IDLE_OBSERVER_H__
       
    19 #define __CLKUI_CLKSRV_IDLE_OBSERVER_H__
       
    20 
       
    21 // System includes
       
    22 
       
    23 // User includes
       
    24 #include "clkuiidleobserver.h"
       
    25 
       
    26 // Forward declarations
       
    27 
       
    28 // Class declaration
       
    29 /**
       
    30 * @class CClkUiClkSrvIdleObserver
       
    31 * @brief The clock server idle observer.
       
    32 * @dll clkuimodel.dll
       
    33 */
       
    34 class CClkUiClkSrvIdleObserver : public CClkUiIdleObserver
       
    35     {
       
    36     public:             // Constructor
       
    37         
       
    38         /**
       
    39         * @brief 2-phased constructor.
       
    40         * @param aObserver Observer of type MClkUiMdlObserver.
       
    41         * @param aListenerPriority The listener priority.
       
    42         * @return CClkUiClkSrvIdleObserver* Pointer to the constructed object.
       
    43         */
       
    44         static CClkUiClkSrvIdleObserver* NewL( MClkModelObserver* aObserver, TInt aListenerPriority );
       
    45     };
       
    46 
       
    47 #endif          // __CLKUI_CLKSRV_IDLE_OBSERVER_H__
       
    48 
       
    49 // End of file