kerneltest/f32test/concur/cfafsdly.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
   225 	return (KErrNone);
   225 	return (KErrNone);
   226 	}
   226 	}
   227 
   227 
   228 void CTestFileSystem::DriveInfo(TDriveInfo& anInfo,TInt aDriveNumber) const
   228 void CTestFileSystem::DriveInfo(TDriveInfo& anInfo,TInt aDriveNumber) const
   229 ///
   229 ///
   230 /// Return drive info - iDriveAtt and iBatteryState are already set
   230 /// Return drive info - iDriveAtt already set
   231 ///
   231 ///
   232 	{
   232 	{
   233 	TTestDebug::Printf(_L("CTestFileSystem::DriveInfo(%d)\n"), aDriveNumber);
   233 	TTestDebug::Printf(_L("CTestFileSystem::DriveInfo(%d)\n"), aDriveNumber);
   234 	anInfo.iMediaAtt = KMediaAttFormattable;
   234 	anInfo.iMediaAtt = KMediaAttFormattable;
   235 	anInfo.iType     = EMediaHardDisk;
   235 	anInfo.iType     = EMediaHardDisk;