Rename app inactive detector in C++ style 11/66111/2
authorSomin Kim <somin926.kim@samsung.com>
Fri, 15 Apr 2016 08:24:43 +0000 (17:24 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Fri, 15 Apr 2016 08:40:45 +0000 (17:40 +0900)
commit00f6700316ce7e445782f77d52e899e16a9fb28a
treec4215204cab2d30bb27e58accb5d06951d2cb840
parent4a129e8b8d0f1648b6bea1fa8c2c473b81412432
Rename app inactive detector in C++ style

Change-Id: I6129687b83c38f6d9221d4bbeffff1f409384849
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
30 files changed:
src/statistics/app/app_inactive_detector/AppInactiveDetector.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/AppInactiveDetector.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/AppInactiveDetectorTypes.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetector.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetector.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorClassificator.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorClassificator.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorClassificatorKmeans.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorClassificatorKmeans.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorClassificatorKmeansTypes.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorStorage.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorStorage.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorStorageQueries.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorWeight.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/InactiveDetectorWeight.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/app_inactive_detector.cpp [deleted file]
src/statistics/app/app_inactive_detector/app_inactive_detector.h [deleted file]
src/statistics/app/app_inactive_detector/app_inactive_detector_types.h [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector.cpp [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector.h [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_classificator.cpp [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_classificator.h [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_classificator_kmeans.cpp [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_classificator_kmeans.h [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_classificator_kmeans_types.h [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_storage.cpp [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_storage.h [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_storage_queries.h [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_weight.cpp [deleted file]
src/statistics/app/app_inactive_detector/inactive_detector_weight.h [deleted file]