sysstatemgmt/ssmpolicyplugins/ssmfailpolicy/src/ssmfailpolicy.cpp
changeset 54 072a9626b290
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
45:c6215323ad55 54:072a9626b290
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    58 // ---------------------------------------------------------------------------
    58 // ---------------------------------------------------------------------------
    59 // CSsmFailPolicy::GetNextState
    59 // CSsmFailPolicy::GetNextState
    60 // ---------------------------------------------------------------------------
    60 // ---------------------------------------------------------------------------
    61 //
    61 //
    62 TBool CSsmFailPolicy::GetNextState(
    62 TBool CSsmFailPolicy::GetNextState(
    63     TSsmState aCurrentTransition,
    63     TSsmState INFO_PARAM( aCurrentTransition ),
    64     TInt /*aReason*/,
    64     TInt /*aReason*/,
    65     TInt ERROR_PARAM( aError ),
    65     TInt ERROR_PARAM( aError ),
    66     TInt ERROR_PARAM( aSeverity ),
    66     TInt ERROR_PARAM( aSeverity ),
    67     TSsmState& /*aNextState*/ )
    67     TSsmState& /*aNextState*/ )
    68     {
    68     {