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: Command.h
- Revision:
- 4:3fbe2d75f7eb
- Parent:
- 3:97a5a3744481
- Child:
- 7:3dee2b884e1f
diff -r 97a5a3744481 -r 3fbe2d75f7eb Command.h
--- a/Command.h Sat Nov 28 02:34:41 2015 +0000
+++ b/Command.h Sat Nov 28 19:32:29 2015 +0000
@@ -36,20 +36,6 @@
virtual void execute();
};
-class MoveForwardCommand : public Command
-{
-public:
- MoveForwardCommand(){}
- virtual void execute();
-};
-
-class MoveBackwardCommand : public Command
-{
-public:
- MoveBackwardCommand(){}
- virtual void execute();
-};
-
class StopCommand : public Command
{
public: