Display error messages in top-line overlay.

This commit is contained in:
Keith Winstein
2011-09-30 16:13:43 -04:00
parent 56b4064686
commit 7068e26847
11 changed files with 420 additions and 30 deletions
+3
View File
@@ -6,6 +6,7 @@
#include "terminal.hpp"
#include "completeterminal.hpp"
#include "terminaloverlay.hpp"
#include "user.hpp"
#include "networktransport.cpp"
@@ -19,6 +20,7 @@ namespace Parser {
using namespace std;
using namespace Terminal;
using namespace Network;
using namespace Overlay;
template class list<Parser::Action *>;
template class vector<Cell>;
@@ -38,3 +40,4 @@ template class TransportSender<UserStream>;
template class TransportSender<Complete>;
template class deque<UserEvent>;
template class list<OverlayElement *>;