Change the signature of the command handler functions.

Resolves openbmc/openbmc#857

Change-Id: I0b7ca6665dd89629838a238d77aff67fec1818c7
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/command_table.hpp b/command_table.hpp
index 7a6ee81..85d7c3e 100644
--- a/command_table.hpp
+++ b/command_table.hpp
@@ -34,7 +34,7 @@
  * command is returned as a vector.
  */
 using CommandFunctor = std::function<std::vector<uint8_t>(
-                           std::vector<uint8_t>&, const message::Handler&)>;
+        const std::vector<uint8_t>&, const message::Handler&)>;
 
 /*
  * @struct CmdDetails