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

@@ -24,6 +24,16 @@ public:
return "URL: '" + m_url.full() + "'";
}
String uniqueID ()
{
return "URL," + m_url.full();
}
String createParam ()
{
return m_url.full();
}
Result fetch (CancelCallback&, Journal journal)
{
Result result;