sysstatemgmt/systemstateplugins/gsapolicy/inc/gsastatepolicystartup.h
changeset 70 653a8b91b95e
parent 0 4e1aa6a622a0
equal deleted inserted replaced
64:61992147389a 70:653a8b91b95e
    60 	CGsaStatePolicyStartup();
    60 	CGsaStatePolicyStartup();
    61 
    61 
    62 	void ConstructL();
    62 	void ConstructL();
    63 	TBool TransitionSupported(const TSsmState& aRequestedState) const;	
    63 	TBool TransitionSupported(const TSsmState& aRequestedState) const;	
    64 	void GetCommandListPath(TUint aBootMode, TDes& aCmdListPath);
    64 	void GetCommandListPath(TUint aBootMode, TDes& aCmdListPath);
    65 	TInt GetBootupCountL();
    65 	void GetStartupCountAndMaxbootLimitL(TInt &aBootCount, TInt &aResetLimit);
    66 
    66 
    67 private:
    67 private:
    68 	TInt iHardwareReason;
    68 	TInt iHardwareReason;
    69 	TInt iSoftwareReason;
    69 	TInt iSoftwareReason;
    70 	TInt iSubStatesCount;
    70 	TInt iSubStatesCount;