kernel/eka/drivers/medmmc/mmcptn.cpp
changeset 271 dc268b18d709
parent 39 5d2844f35677
equal deleted inserted replaced
269:d57b86b1867a 271:dc268b18d709
   184 	
   184 	
   185 	OstTraceFunctionExit0( DUP3__CREATEMBRAFTERFORMAT_EXIT );
   185 	OstTraceFunctionExit0( DUP3__CREATEMBRAFTERFORMAT_EXIT );
   186 	return EFalse;
   186 	return EFalse;
   187 	}
   187 	}
   188 
   188 
   189 GLDEF_C TInt GetCardFormatInfo(const TMMCard* /*aCardP*/, TLDFormatInfo& /*aFormatInfo*/)
       
   190 /**
   189 /**
   191  * Returns the preferred format parameters for the primary partition.
   190     Returns the preferred format parameters for the primary partition.
   192  * @return Standard Symbian OS error code.
   191     @return Standard Symbian OS error code.
   193  */
   192 */
       
   193 TInt GetCardFormatInfo(const TMMCard* /*aCardP*/, TLocalDriveCapsV5& /*aCaps*/)
   194 	{
   194 	{
   195 	return KErrNotSupported;
   195 	return KErrNotSupported;
   196 	}
   196 	}
   197