sysstatemgmt/ssmpolicyplugins/ssmfailpolicy/src/ssmfailpolicy.cpp
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 /*
     1 /*
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 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 INFO_PARAM( aCurrentTransition ),
    63     TSsmState 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     {