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

Commit 732799ec authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Android (Google) Code Review
Browse files

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

parents fe582b5d 1159d7f8
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;