As we want to delete to oldest entry, we can use begin() instead of upper_bound(0)
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 31 Jan 2011 10:58:43 +0000 (11:58 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 31 Jan 2011 10:58:43 +0000 (11:58 +0100)
commit3401630006877f53014bef05373bfe680f02a908
tree546b1e129f27555ea2e33d5571ebac1a358bc5f7
parent209fa5050ba92185ec4ae4a5a0f9494f1a2b2212
As we want to delete to oldest entry, we can use begin() instead of upper_bound(0)
src/service.cpp