diff -r 65781b048a47 -r ec6223c3b7ec tool/Command.cpp --- a/tool/Command.cpp Tue Feb 23 17:40:46 2010 +0100 +++ b/tool/Command.cpp Wed Feb 24 16:27:11 2010 +0100 @@ -28,6 +28,7 @@ ****************************************************************************/ #include "Command.h" +#include "MasterDevice.h" /*****************************************************************************/ @@ -46,6 +47,13 @@ /*****************************************************************************/ +void Command::setMasterIndices(const MasterIndexList &indices) +{ + masterIndices = indices; +}; + +/*****************************************************************************/ + void Command::setVerbosity(Verbosity v) { verbosity = v;