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

Commit 788ece69 authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "libprocessgroup: Fix return values" am: 209070ae am: eb609467

am: 7fa2f7ea

Change-Id: I06c7913d31d16d48f83b2bc3d416bda40ecc38da
parents 16e9a165 7fa2f7ea
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