sysstatemgmt/systemstateplugins/gsapolicy/inc/gsastatepolicystartup.h
changeset 74 9d35fd98f273
parent 0 4e1aa6a622a0
equal deleted inserted replaced
69:dc67b94625c5 74:9d35fd98f273
    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;