clock2/clockui/uimodel/inc/clkuialarmidleobserver.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 CClkUiAlarmIdleObserver class.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __CLKUI_ALARM_IDLE_OBSERVER_H__
       
    19 #define __CLKUI_ALARM_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 CClkUiAlarmIdleObserver
       
    31 * @brief The alarm idle observer class.
       
    32 * @dll clkuimodel
       
    33 */
       
    34 class CClkUiAlarmIdleObserver : 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 CClkUiAlarmIdleObserver* Pointer to the constructed object.
       
    43         */
       
    44         IMPORT_C static CClkUiAlarmIdleObserver* NewL( MClkModelObserver* aObserver, TInt aListenerPriority );
       
    45     };
       
    46 
       
    47 #endif          // __CLKUI_ALARM_IDLE_OBSERVER_H__
       
    48 
       
    49 // End of file