Validators work

This commit is contained in:
Vinnie Falco
2013-10-04 03:09:23 -07:00
parent 364973a523
commit 75f3c52d53
23 changed files with 665 additions and 524 deletions

View File

@@ -39,7 +39,7 @@ struct SourceDesc
int numberOfFailures;
// The result of the last fetch
Source::Result result;
Source::Results results;
//------------------------------------------------------------------
@@ -63,8 +63,6 @@ struct SourceDesc
}
};
typedef std::vector <SourceDesc> SourcesType;
}
}