kernel/eka/include/drivers/mmc.inl
branchRCL_3
changeset 44 3e88ff8f41d5
parent 43 c1f20ce4abcf
equal deleted inserted replaced
43:c1f20ce4abcf 44:3e88ff8f41d5
  1125 		}
  1125 		}
  1126 
  1126 
  1127 	return(EFalse);
  1127 	return(EFalse);
  1128 	}
  1128 	}
  1129 
  1129 
  1130 inline void DMMCSession::SaveCard()
       
  1131 	{
       
  1132 	if (iCardP)
       
  1133 		iSavedCardP = iCardP;
       
  1134 	}
       
  1135 
       
  1136 inline void DMMCSession::RestoreCard()
       
  1137 	{
       
  1138 	if (iSavedCardP)
       
  1139 		iCardP = iSavedCardP;
       
  1140 	iSavedCardP = NULL;
       
  1141 	}
       
  1142 
  1130 
  1143 //	--------  class DMMCSocket  --------
  1131 //	--------  class DMMCSocket  --------
  1144 
  1132 
  1145 inline TBool DMMCSocket::SupportsDoubleBuffering()
  1133 inline TBool DMMCSocket::SupportsDoubleBuffering()
  1146 /**
  1134 /**