Move base_process_service timer expiry handling out of friend class.
authorDavin McCall <davmac@davmac.org>
Sat, 13 Jan 2018 18:52:22 +0000 (18:52 +0000)
committerDavin McCall <davmac@davmac.org>
Sat, 13 Jan 2018 18:52:22 +0000 (18:52 +0000)
commit6b07a54af57cb53dc67e9bc20a052e93d1bbe8bf
tree848652ea46ba35d04b73f2bca96ca897f778c16d
parent4ee8c68be46b8a740763fda457ac03b776108c66
Move base_process_service timer expiry handling out of friend class.

One less friend class is a good thing. The timer now just calls a single
public 'timer_expiry' function. The latter function can also be used in
tests.
src/baseproc-service.cc
src/includes/proc-service.h
src/proc-service.cc
src/tests/test-baseproc.cc