emulator/emulatorbsp/specific/mmci.h
branchRCL_3
changeset 55 7151b503b58d
parent 40 cb9d56c0e2af
equal deleted inserted replaced
49:a4ff6126ec76 55:7151b503b58d
    50 	TMediaPassword* iPWD;				// PWD_LEN calculated from PWD.
    50 	TMediaPassword* iPWD;				// PWD_LEN calculated from PWD.
    51 	TBool iIsLocked;					// Could use iCurrentCardIsLocked
    51 	TBool iIsLocked;					// Could use iCurrentCardIsLocked
    52 	TMMCardStateEnum iState;			// Simulation of card's current state
    52 	TMMCardStateEnum iState;			// Simulation of card's current state
    53 	HANDLE iWinHandle;
    53 	HANDLE iWinHandle;
    54 	TRCA iRCA;
    54 	TRCA iRCA;
    55 	
       
    56 	TBool iForceMount;
       
    57 	TUint iForceMountCSIZE;             // mmc card size field
       
    58 	TUint iForceMountCSIZE_MULT;        // mmc card size field
       
    59 	};
    55 	};
    60 
    56 
    61 class DWinsMMCStack : public DMMCStack
    57 class DWinsMMCStack : public DMMCStack
    62 	{
    58 	{
    63 private:
    59 private: