Optional verifier for round-trippability, and fix wrapping and tab bugs.

This commit is contained in:
Keith Winstein
2012-04-16 07:46:18 -04:00
parent 18dc967c09
commit feb352c809
7 changed files with 93 additions and 19 deletions
+2
View File
@@ -77,6 +77,8 @@ namespace Network {
string diff_from( const UserStream &existing ) const;
void apply_string( string diff );
bool operator==( const UserStream &x ) const { return actions == x.actions; }
bool compare( const UserStream & ) const { return false; }
};
}