Skip to content

Commit

Permalink
sysutils: Increase number of command arguments to 16
Browse files Browse the repository at this point in the history
Change-Id: I0bba579634b334d24645c2af55ab3fab6da03fc6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
  • Loading branch information
Dmitry Shmidt committed Mar 9, 2010
1 parent f91c968 commit 1159d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sysutils/FrameworkListener.h
Expand Up @@ -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;

Expand Down

0 comments on commit 1159d7f

Please sign in to comment.