sysstatemgmt/systemstatereferenceplugins/clayer/inc/ssmclayer.h
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef SSMCLAYER_H_ 
       
    17 #define SSMCLAYER_H_ 
       
    18 
       
    19 #include <e32std.h> 
       
    20 
       
    21 /**
       
    22  * Constant value used by the compatibility layer as the reason for
       
    23  * a state transition when the reason is not needed.
       
    24  * 
       
    25  * @publishedPartner
       
    26  * @released
       
    27  */
       
    28 static const TInt KSsmCLayerNullReason = 0; 
       
    29 
       
    30 /**
       
    31  * Constant value used by the compatibility layer as the reason for
       
    32  * a state transition when the state transition indicates a power
       
    33  * off of the device is needed.
       
    34  * 
       
    35  * @publishedPartner
       
    36  * @released
       
    37  */
       
    38 static const TInt KSsmCLayerPowerOffReason = 0;
       
    39 
       
    40 /**
       
    41  * Constant value used by the compatibility layer as the reason for
       
    42  * a state transition when the device should restart network
       
    43  * functionality.
       
    44  * 
       
    45  * @publishedPartner
       
    46  * @released
       
    47  */
       
    48 static const TInt KSsmCLayerRestartNetworkReason = 1; 
       
    49 
       
    50 #endif /*SSMCLAYER_H_*/