kernel/eka/drivers/medmmc/mmcptn.cpp
changeset 271 dc268b18d709
parent 39 5d2844f35677
--- a/kernel/eka/drivers/medmmc/mmcptn.cpp	Mon Sep 13 15:16:07 2010 +0100
+++ b/kernel/eka/drivers/medmmc/mmcptn.cpp	Wed Sep 22 10:53:45 2010 +0100
@@ -186,12 +186,11 @@
 	return EFalse;
 	}
 
-GLDEF_C TInt GetCardFormatInfo(const TMMCard* /*aCardP*/, TLDFormatInfo& /*aFormatInfo*/)
 /**
- * Returns the preferred format parameters for the primary partition.
- * @return Standard Symbian OS error code.
- */
+    Returns the preferred format parameters for the primary partition.
+    @return Standard Symbian OS error code.
+*/
+TInt GetCardFormatInfo(const TMMCard* /*aCardP*/, TLocalDriveCapsV5& /*aCaps*/)
 	{
 	return KErrNotSupported;
 	}
-