Code review comment for lp:~xavi-garcia-mena/keeper/task-state-manager

Revision history for this message
Xavi Garcia (xavi-garcia-mena) wrote :

Also, the toString method in the helper has been changed to to_string and it's virtual.

The reason why is because, for example, the backup helper may say that the started state means "saving" while the restore helper would say "restoring".

There is a default implementation with the default strings.

« Back to merge proposal