Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1159d7f8 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

sysutils: Increase number of command arguments to 16



Change-Id: I0bba579634b334d24645c2af55ab3fab6da03fc6
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent f91c9689
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;