uigraphics/AknIcon/srvinc/AknIconSrvScheduler.h
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 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:   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef AKN_ICON_SRV_SCHEDULER_H
       
    22 #define AKN_ICON_SRV_SCHEDULER_H
       
    23 
       
    24 //  INCLUDES
       
    25 #include <e32base.h>
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30 * Active scheduler for AknIcon server. 
       
    31 */
       
    32 NONSHARABLE_CLASS(CAknIconSrvScheduler) : public CActiveScheduler
       
    33     {
       
    34     public:  // Constructors and destructor
       
    35         
       
    36         /**
       
    37         * Constructor.
       
    38         */
       
    39         CAknIconSrvScheduler();
       
    40 
       
    41         /**
       
    42         * Destructor.
       
    43         */
       
    44         virtual ~CAknIconSrvScheduler();
       
    45 
       
    46     public: // Functions from base classes
       
    47 
       
    48         /**
       
    49         * Called if active object's RunL() leaves.
       
    50         */
       
    51         void Error( TInt aLeaveCode ) const;
       
    52     };
       
    53 
       
    54 #endif      // AKN_ICON_SRV_SCHEDULER_H
       
    55             
       
    56 // End of File