Persistence for Validators

This commit is contained in:
Vinnie Falco
2013-09-12 21:38:29 -07:00
parent 9b40bc6835
commit c631cc5f92
18 changed files with 971 additions and 239 deletions

View File

@@ -26,6 +26,16 @@ public:
return m_name;
}
String uniqueID ()
{
return String::empty;
}
String createParam ()
{
return String::empty;
}
Result fetch (CancelCallback&, Journal journal)
{
Result result;