equal
deleted
inserted
replaced
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() |