Remove BOOST_AUTO from completeterminal.cc

This commit is contained in:
Keegan McAllister
2012-03-14 02:08:10 -04:00
committed by Keith Winstein
parent 6e56fd2157
commit 5320fbd346
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ namespace Terminal {
Terminal::Emulator terminal;
Terminal::Display display;
std::list< std::pair<uint64_t, uint64_t> > input_history;
typedef std::list< std::pair<uint64_t, uint64_t> > input_history_t;
input_history_t input_history;
uint64_t echo_ack;
static const int ECHO_TIMEOUT = 50; /* for late ack */