Skip to content

Commit

Permalink
Merge "sysutils: Increase number of command arguments to 16"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Shmidt authored and Android (Google) Code Review committed Mar 9, 2010
2 parents fe582b5 + 1159d7f commit 732799e
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 { class FrameworkListener : public SocketListener {
public: public:
static const int CMD_ARGS_MAX = 8; static const int CMD_ARGS_MAX = 16;
private: private:
FrameworkCommandCollection *mCommands; FrameworkCommandCollection *mCommands;


Expand Down

0 comments on commit 732799e

Please sign in to comment.