sysstatemgmt/systemstatemgr/cmn/inc/cmnpanic.h
changeset 76 cb32bcc88bad
parent 0 4e1aa6a622a0
equal deleted inserted replaced
73:d38941471f1c 76:cb32bcc88bad
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 	{
    24 	{
    25 	//CSsmPropertyMonitor errors
    25 	//CSsmPropertyMonitor errors
    26 	ECmnPropMonError1 = 1,
    26 	ECmnPropMonError1 = 1,
    27 	
    27 	
    28 	//CSsmStateMonitor errors
    28 	//CSsmStateMonitor errors
    29 	ECmnStateMonError1,
    29 	ECmnStateMonError1 = 2,
    30 	
    30 	
    31 	//CSsmSystemWideProperty errors
    31 	//CSsmSystemWideProperty errors
    32 	ECmnSwpSession1,
    32 	ECmnSwpSession1 = 3,
    33 	
    33 	
    34 	//SsmStateAwareSession errors
    34 	//SsmStateAwareSession errors
    35 	ECmnErrState,
    35 	ECmnErrState = 4,
    36 	ECmnErrRqstStateNotif,
    36 	ECmnErrRqstStateNotif = 5,
    37 	ECmnErrRqstStateNotifCancel,
    37 	ECmnErrRqstStateNotifCancel = 6,
    38 	ECmnErrAcknldgStateNotif,
    38 	ECmnErrAcknldgStateNotif = 7,
    39 	ECmnErrAcknldgRqstStateNotif,
    39 	ECmnErrAcknldgRqstStateNotif = 8,
    40 	ECmnErrStateMon,
    40 	ECmnErrStateMon = 9,
       
    41 	ECmnErrDeferAcknNotif = 10,
       
    42 	ECmnErrCancelDeferNotif = 11,
    41 	
    43 	
    42 	//TSsmState errors
    44 	//TSsmState errors
    43 	ECmnStateMaxValue1,		//Out of range value supplied to the main state in TSsmState::TSsmState()
    45 	ECmnStateMaxValue1 = 12,		//Out of range value supplied to the main state in TSsmState::TSsmState()
    44 	ECmnStateMaxValue2,		//Out of range value supplied to the main state in TSsmState::TSsmState()
    46 	ECmnStateMaxValue2 = 13,		//Out of range value supplied to the main state in TSsmState::TSsmState()
    45 	ECmnStateMaxValue3,		//Out of range value supplied to the main state in TSsmState::Set()
    47 	ECmnStateMaxValue3 = 14,		//Out of range value supplied to the main state in TSsmState::Set()
    46 	ECmnStateMaxValue4		//Out of range value supplied to the main state in TSsmState::SetFromInt()
    48 	ECmnStateMaxValue4 = 15,		//Out of range value supplied to the main state in TSsmState::SetFromInt()
       
    49 	
       
    50 	//CSsmDeferralMonitor
       
    51 	ECmnErrDeferNotif = 16
    47 	};
    52 	};
    48 
    53 
    49 #endif // __CMNPANICCODES_H__
    54 #endif // __CMNPANICCODES_H__