CRTP singleton 53/87853/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Fri, 9 Sep 2016 12:35:49 +0000 (14:35 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 12 Sep 2016 10:21:40 +0000 (12:21 +0200)
commit20109317659a314a4d14e53aad6dc2a360778536
tree4040c54485b9cfa5c96857f5f333e0abbd96786d
parent1973c7a5a7fc9d9ea0d12dfca0ac2df1a06cf593
CRTP singleton

Singletons are vicious brainless test-resilient beasts.
Don't use this header unless it is really justified.

This header will be used in following changes for test
library to control execution of pkgmgr plugin while
testing. Assessor class will be required to exist only
once.

Change-Id: Ia608bfcd5fbb831a649e468e83970ff4e58a73ca
src/common/utils/singleton.h [new file with mode: 0644]