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

Commit 209070ae authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libprocessgroup: Fix return values"

parents 3e4b2ec2 5c5ed9c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ class ProfileAction {
    virtual ~ProfileAction() {}

    // Default implementations will fail
    virtual bool ExecuteForProcess(uid_t, pid_t) const { return -1; };
    virtual bool ExecuteForTask(int) const { return -1; };
    virtual bool ExecuteForProcess(uid_t, pid_t) const { return false; };
    virtual bool ExecuteForTask(int) const { return false; };
};

// Profile actions