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

Commit 68c9eeaa authored by Olivier Gaillard's avatar Olivier Gaillard
Browse files

Update documentation of kUnsetWorkSource

Test: just updating comments
Change-Id: I45b47e9dac255cb744369481045efa0eac68469e
parent 4d77512f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -132,8 +132,10 @@ public:
            bool                isServingCall() const;

            // The work source represents the UID of the process we should attribute the transaction
            // to.
            // We use -1 to specify that the work source was not set using #setWorkSource.
            // to. We use -1 to specify that the work source was not set using #setWorkSource.
            //
            // This constant needs to be kept in sync with Binder.UNSET_WORKSOURCE from the Java
            // side.
            static const int32_t kUnsetWorkSource = -1;

private: