Switch to explicit fragments.

This commit is contained in:
Keith Winstein
2011-08-12 04:02:14 -04:00
parent f0f74a3971
commit 14667da4f5
6 changed files with 235 additions and 132 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
/* interface for Network::Transport */
void subtract( KeyStroke * const prefix );
string diff_from( KeyStroke const & existing, int length_limit );
string diff_from( KeyStroke const & existing );
void apply_string( string diff );
bool operator==( KeyStroke const &x ) const { return user_bytes == x.user_bytes; }
};