kerneltest/f32test/fsstress/t_remfsy.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
   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');