summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdWriteProtectedConfig.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2016-01-08 10:05:04 -0600
committerMike Fiore <mfiore@multitech.com>2016-01-08 10:05:04 -0600
commit1d6bcd0116b9082f42035da8bb2be1868eb12dee (patch)
tree1f435f61c43374651f26ada56bb22a04f5e3e31c /CommandTerminal/CmdWriteProtectedConfig.h
parentadc3d703dd1945b2b06c80dd7252cb4e9cc4f485 (diff)
downloadmtdot-box-evb-factory-firmware-1d6bcd0116b9082f42035da8bb2be1868eb12dee.tar.gz
mtdot-box-evb-factory-firmware-1d6bcd0116b9082f42035da8bb2be1868eb12dee.tar.bz2
mtdot-box-evb-factory-firmware-1d6bcd0116b9082f42035da8bb2be1868eb12dee.zip
add CmdWriteProtectedConfig
Diffstat (limited to 'CommandTerminal/CmdWriteProtectedConfig.h')
-rw-r--r--CommandTerminal/CmdWriteProtectedConfig.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/CommandTerminal/CmdWriteProtectedConfig.h b/CommandTerminal/CmdWriteProtectedConfig.h
new file mode 100644
index 0000000..f31d2bd
--- /dev/null
+++ b/CommandTerminal/CmdWriteProtectedConfig.h
@@ -0,0 +1,17 @@
+
+#ifndef __CMDWRITEPROTECTEDCONFIG_H__
+#define __CMDWRITEPROTECTEDCONFIG_H__
+
+#include "Command.h"
+
+class CmdWriteProtectedConfig : public Command {
+
+public:
+
+ CmdWriteProtectedConfig(mDot* dot);
+ virtual uint32_t action(std::vector<std::string> args);
+
+private:
+};
+
+#endif // __CMDWRITEPROTECTEDCONFIG_H__