Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: CommandPool.cpp
- 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;