refactoring: use checker directly instead BusType in configuration 04/202904/6
authorAdrian Szyndela <adrian.s@samsung.com>
Fri, 5 Apr 2019 11:20:59 +0000 (13:20 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 11 Apr 2019 15:16:45 +0000 (17:16 +0200)
commitbc3c05a72c339ef61e8590bdee03d6e93226a10f
tree71ab44c5ba613b5872a24824ee6f2332d0af8abb
parent656367df69f32d3fe530076732d8789f670de033
refactoring: use checker directly instead BusType in configuration

This makes configuration use pointer to checker in place of previously
used BusType. This way on queries, the object is used throught the pointer
instead of selecting correct checker with yet another 'if' clause.

Change-Id: I79f129be899ff501a01ff1fbf1a95c5d194e3abf
src/libdbuspolicy1.cpp