tool/main.cpp
changeset 1837 32136215c1fa
parent 1831 1875b9fea0ba
child 1869 14f634f5b613
--- a/tool/main.cpp	Fri Mar 05 13:44:57 2010 +0100
+++ b/tool/main.cpp	Fri Mar 05 15:32:56 2010 +0100
@@ -57,6 +57,7 @@
 #include "CommandSiiWrite.h"
 #include "CommandSlaves.h"
 #include "CommandSoeRead.h"
+#include "CommandSoeWrite.h"
 #include "CommandStates.h"
 #include "CommandUpload.h"
 #include "CommandVersion.h"
@@ -337,6 +338,7 @@
     commandList.push_back(new CommandSiiWrite());
     commandList.push_back(new CommandSlaves());
     commandList.push_back(new CommandSoeRead());
+    commandList.push_back(new CommandSoeWrite());
     commandList.push_back(new CommandStates());
     commandList.push_back(new CommandUpload());
     commandList.push_back(new CommandVersion());