summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdWriteProtectedConfig.h
diff options
context:
space:
mode:
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__