diff -r bc6a17d40275 -r c5d6e28eec91 tool/CommandVersion.h --- /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