merge -r1545:1547 trunk: Removed ldots; FIXME, TODO; typos.
/*****************************************************************************
*
* $Id$
*
****************************************************************************/
#ifndef __COMMANDSTATES_H__
#define __COMMANDSTATES_H__
#include "Command.h"
/****************************************************************************/
class CommandStates:
public Command
{
public:
CommandStates();
string helpString() const;
void execute(MasterDevice &, const StringVector &);
};
/****************************************************************************/
#endif