OSDN Git Service

netd: bandwidthcontroller: cleanup bool usage for readability.
authorJP Abgrall <jpa@google.com>
Sat, 25 Jun 2011 02:21:51 +0000 (19:21 -0700)
committerJP Abgrall <jpa@google.com>
Sat, 25 Jun 2011 02:21:51 +0000 (19:21 -0700)
commit26e0d49fa743d7881104196a9eda733bd2aac92f
treefd99ea97c727ac1ebc3deac578b0829791edea75
parent0dad7c2f1f6994fbe5e85b9e1fc72d29d6453211
netd: bandwidthcontroller: cleanup bool usage for readability.

replace stuff like:
   f(buff, true, false) -> f(buff, ActionA, CaseD)

Change-Id: I8ff1d84f077d8f57263ecb7937b3f2caca86284b
BandwidthController.cpp
BandwidthController.h