kerneltest/f32test/fsstress/t_remfsy.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
   137 	}
   137 	}
   138 
   138 
   139 
   139 
   140 void CRemote::DriveInfo(TDriveInfo& anInfo,TInt aDriveNumber) const
   140 void CRemote::DriveInfo(TDriveInfo& anInfo,TInt aDriveNumber) const
   141 //
   141 //
   142 // Return the drive info iDriveAtt  && iBatteryState already set
   142 // Return the drive info, iDriveAtt already set
   143 //
   143 //
   144 	{
   144 	{
   145 
   145 
   146 	TFileName d;
   146 	TFileName d;
   147 	d.Format(_L("%c:\\"),aDriveNumber+'A');
   147 	d.Format(_L("%c:\\"),aDriveNumber+'A');