kernel/eka/include/drivers/mmc.inl
changeset 244 a77889bee936
parent 129 a990138eda40
child 257 3e88ff8f41d5
child 279 957c583b417b
equal deleted inserted replaced
243:c7a0ce20c48c 244:a77889bee936
  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 	}
  1130 
  1142 
  1131 //	--------  class DMMCSocket  --------
  1143 //	--------  class DMMCSocket  --------
  1132 
  1144 
  1133 inline TBool DMMCSocket::SupportsDoubleBuffering()
  1145 inline TBool DMMCSocket::SupportsDoubleBuffering()
  1134 /**
  1146 /**