Simplify network.cpp to transmit only strings.

This commit is contained in:
Keith Winstein
2011-08-05 19:44:34 -04:00
parent bffc099754
commit 1b3443befd
10 changed files with 211 additions and 197 deletions
+1 -4
View File
@@ -6,9 +6,6 @@
#include "terminal.hpp"
#include "network.cpp"
#include "keystroke.hpp"
namespace Parser {
class Action;
}
@@ -24,4 +21,4 @@ template class vector<wchar_t>;
template class vector<int>;
template class map<string, Function>;
template class vector<bool>;
template class Network::Connection<KeyStroke, KeyStroke>;