tool/Command.cpp
changeset 1826 ec6223c3b7ec
parent 1804 742607c464c4
child 1834 67fc217d7341
--- 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;