sysstatemgmt/systemstatereferenceplugins/custcmd/inc/ssmuiproviderdll.h
changeset 16 ef634fd8dac3
parent 0 4e1aa6a622a0
child 41 c87e5f80c17d
equal deleted inserted replaced
13:cef4ff1e6c4f 16:ef634fd8dac3
     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".
    23 
    23 
    24 #include <ssm/strtsecuritystatus.h>
    24 #include <ssm/strtsecuritystatus.h>
    25 #include <e32def.h>
    25 #include <e32def.h>
    26 #include <e32cmn.h>
    26 #include <e32cmn.h>
    27 #include <e32base.h>
    27 #include <e32base.h>
       
    28 #include <f32file.h>
    28 
    29 
    29 class CSsmUiSpecific : public CBase
    30 class CSsmUiSpecific : public CBase
    30     {
    31     {
    31 public:
    32 public:
    32 
    33 
    54 	IMPORT_C static TBool IsNormalBoot();
    55 	IMPORT_C static TBool IsNormalBoot();
    55 	IMPORT_C static TBool IsSimChangedReset();
    56 	IMPORT_C static TBool IsSimChangedReset();
    56 	IMPORT_C static TUint ValidateRTCPropertyKey();
    57 	IMPORT_C static TUint ValidateRTCPropertyKey();
    57 	IMPORT_C static TUid ValidateRTCPropertyCategory();
    58 	IMPORT_C static TUid ValidateRTCPropertyCategory();
    58 	IMPORT_C static TInt PhoneMemoryRootDriveId();
    59 	IMPORT_C static TInt PhoneMemoryRootDriveId();
       
    60 	IMPORT_C TInt ReservePhoneMemorySpace();
       
    61 	IMPORT_C TInt FreeReservedPhoneMemorySpace(const TInt aSpaceToFree);
    59 
    62 
    60 private:
    63 private:
    61 	CSsmUiSpecific();
    64 	CSsmUiSpecific();
       
    65 	void ConstructL();
    62 private:
    66 private:
    63 	TStrtSecurityStatus iStrtSecurityStatus;
    67 	TStrtSecurityStatus iStrtSecurityStatus;
    64 	TInt iReferenceCount;
    68 	TInt iReferenceCount;
       
    69 	RFs iReservedPhoneMemoryFs;
       
    70 	TInt iReservedPhoneMemory;
    65     };
    71     };
    66 
    72 
    67 #endif // __SSMUIPROVIDERDLL_H__
    73 #endif // __SSMUIPROVIDERDLL_H__