Refactoring: Some classes renamed to conform to the coding style, Test reports genera...
authorLomtev Dmytro <d.lomtev@samsung.com>
Fri, 14 Jul 2017 10:52:56 +0000 (13:52 +0300)
committerLomtev Dmytro <d.lomtev@samsung.com>
Fri, 14 Jul 2017 10:52:56 +0000 (13:52 +0300)
commit513c3901583f818bac52c7df185a9c27f1dbd5d2
tree66666c0de967dc5aa47ec165555d92d50914285c
parent7f0b0ca88136923d4f6857cffc5f445cbbf86535
Refactoring: Some classes renamed to conform to the coding style, Test reports generation moved from main_thread.cpp to the separate file.
13 files changed:
device_core/nmdaemon/main.cpp
device_core/nmdaemon/main_thread.cpp
device_core/nmdaemon/main_thread.h
device_core/nmdaemon/proxythread.h
device_core/nmdaemon/report_stub.cpp [new file with mode: 0644]
device_core/nmdaemon/report_stub.h [new file with mode: 0644]
device_core/nmdaemon/thread_base.cpp
device_core/nmdaemon/thread_base.h
device_core/nmdaemon/utils.cpp
device_core/nmdaemon/utils.h
device_core/utest/CMakeLists.txt
device_core/utest/test_IoT.cpp
device_core/utest/test_iot_notification.cpp