Merge "sysutils: Increase number of command arguments to 16"

This commit is contained in:
Dmitry Shmidt 2010-03-09 10:57:11 -08:00 committed by Android (Google) Code Review
commit 732799eca9

View file

@ -23,7 +23,7 @@ class SocketClient;
class FrameworkListener : public SocketListener {
public:
static const int CMD_ARGS_MAX = 8;
static const int CMD_ARGS_MAX = 16;
private:
FrameworkCommandCollection *mCommands;