Update Validators for ServiceQueue

This commit is contained in:
Vinnie Falco
2013-09-27 13:44:01 -07:00
parent 3ec36929f1
commit 6602aff53d
15 changed files with 101 additions and 211 deletions

View File

@@ -122,7 +122,7 @@ public:
return String::empty;
}
Result fetch (CancelCallback& cancel, Journal)
Result fetch (Journal)
{
Result result;
@@ -207,8 +207,7 @@ public:
addSources (logic);
NoOpCancelCallback cancelCallback;
logic.check (cancelCallback);
logic.fetch_one ();
ChosenList::Ptr list (logic.getChosen ());