tool/CommandVersion.h
changeset 1165 c5d6e28eec91
child 1363 11c0b2caa253
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool/CommandVersion.h	Mon Jul 28 14:06:03 2008 +0000
@@ -0,0 +1,26 @@
+/*****************************************************************************
+ *
+ * $Id$
+ *
+ ****************************************************************************/
+
+#ifndef __COMMANDVERSION_H__
+#define __COMMANDVERSION_H__
+
+#include "Command.h"
+
+/****************************************************************************/
+
+class CommandVersion:
+    public Command
+{
+    public:
+        CommandVersion();
+
+        string helpString() const;
+        void execute(MasterDevice &, const StringVector &);
+};
+
+/****************************************************************************/
+
+#endif