userlibandfileserver/fileserver/sfat32/sl_scan32.cpp
changeset 291 206a6eaaeb71
parent 189 a5496987b1da
equal deleted inserted replaced
289:55a0a1279a7e 291:206a6eaaeb71
   232 
   232 
   233     @return The code describing the problem.
   233     @return The code describing the problem.
   234 */
   234 */
   235 CScanDrive::TGenericError CScanDrive::ProblemsDiscovered() const
   235 CScanDrive::TGenericError CScanDrive::ProblemsDiscovered() const
   236 {
   236 {
   237 
       
   238     if(IsDirError()) 
   237     if(IsDirError()) 
   239         return EScanDriveDirError;
   238         return EScanDriveDirError;
   240     else
   239 
   241         return iGenericError;
   240     return iGenericError;
   242 }
   241 }
   243 
   242 
   244 /**
   243 /**
   245     Sets the flag indicating that there are errors in filesystem structure
   244     Sets the flag indicating that there are errors in filesystem structure
   246     See ProblemsDiscovered()
   245     See ProblemsDiscovered()