Applying C++ coding style to app inactive detector 82/66682/2
authorSomin Kim <somin926.kim@samsung.com>
Wed, 20 Apr 2016 05:31:41 +0000 (14:31 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 7 Jul 2016 02:53:08 +0000 (19:53 -0700)
commit0daf5aca0ca4530fab42eff27172550b39dde861
treeaf1932e21ccd5720f2a818f12b064f474599acab
parent20bcef7fff908dfae67904df9cc7a0a3f1c25d44
Applying C++ coding style to app inactive detector

Change-Id: Ibe7fd394872d14c113f332843b589834e374d140
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
15 files changed:
src/app-stats/app_inactive_detector/AppInactiveDetector.cpp
src/app-stats/app_inactive_detector/AppInactiveDetector.h
src/app-stats/app_inactive_detector/AppInactiveDetectorTypes.h
src/app-stats/app_inactive_detector/InactiveDetector.cpp
src/app-stats/app_inactive_detector/InactiveDetector.h
src/app-stats/app_inactive_detector/InactiveDetectorClassificator.cpp
src/app-stats/app_inactive_detector/InactiveDetectorClassificator.h
src/app-stats/app_inactive_detector/InactiveDetectorClassificatorKmeans.cpp
src/app-stats/app_inactive_detector/InactiveDetectorClassificatorKmeans.h
src/app-stats/app_inactive_detector/InactiveDetectorClassificatorKmeansTypes.h
src/app-stats/app_inactive_detector/InactiveDetectorStorage.cpp
src/app-stats/app_inactive_detector/InactiveDetectorStorage.h
src/app-stats/app_inactive_detector/InactiveDetectorStorageQueries.h
src/app-stats/app_inactive_detector/InactiveDetectorWeight.cpp
src/app-stats/app_inactive_detector/InactiveDetectorWeight.h