Xiaofei Qiu / CommandPool
Revision:
7:bfbded2b0e8c
Parent:
6:88382274a161
Child:
9:4a795f28545b
diff -r 88382274a161 -r bfbded2b0e8c CommandPool.cpp
--- a/CommandPool.cpp	Sat Nov 28 19:33:53 2015 +0000
+++ b/CommandPool.cpp	Sat Nov 28 23:26:37 2015 +0000
@@ -4,6 +4,8 @@
 #include <utility>
 #include "mbed.h"
 
+typedef std::map<char,Command*>::const_iterator mapIterator;
+
 CommandPool:: ~CommandPool()
 {
    mapIterator map_it;