kerneltest/f32test/concur/cfafsdly.cpp
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
equal deleted inserted replaced
9:96e5fb8b040d 10:36bfc973b146
   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;