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 "File :'" + m_file.getFullPathName () + "'";
}
String uniqueID ()
{
return "File," + m_file.getFullPathName ();
}
String createParam ()
{
return m_file.getFullPathName ();
}
Result fetch (CancelCallback&, Journal journal)
{
Result result;