Move files to separated directories 95/236295/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 16 Jun 2020 06:04:25 +0000 (15:04 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 16 Jun 2020 06:04:25 +0000 (15:04 +0900)
commitec01d964157635c581b79b31b2b8a7208992d81e
treef5cbf80aa5fb6d1ac38bcde73293f194b933e2fe
parentdccab54c03b664de802a69beab2b7c5d15b46a5e
Move files to separated directories

Creates directories:
 - aul/app_manager
 - aul/common
 - aul/socket

Change-Id: I86a89dccad8bddf0c13082467e5f5c52eec6371f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
21 files changed:
CMakeLists.txt
aul/api/aul_app_context.cc
aul/api/aul_app_event.cc
aul/api/aul_app_manager.cc
aul/app_manager/app_context.cc [moved from aul/app_context.cc with 98% similarity]
aul/app_manager/app_context.hh [moved from aul/app_context.hh with 94% similarity]
aul/app_manager/app_event.cc [moved from aul/app_event.cc with 93% similarity]
aul/app_manager/app_event.hh [moved from aul/app_event.hh with 87% similarity]
aul/app_manager/app_manager.cc [moved from aul/app_manager.cc with 96% similarity]
aul/app_manager/app_manager.hh [moved from aul/app_manager.hh with 87% similarity]
aul/common/api.hh [moved from aul/api.hh with 89% similarity]
aul/common/exception.hh [moved from aul/exception.hh with 90% similarity]
aul/common/log_private.hh [moved from aul/log_private.hh with 88% similarity]
aul/socket/client.cc [moved from aul/client.cc with 94% similarity]
aul/socket/client.hh [moved from aul/client.hh with 83% similarity]
aul/socket/packet.cc [moved from aul/packet.cc with 97% similarity]
aul/socket/packet.hh [moved from aul/packet.hh with 91% similarity]
aul/socket/parcel.cc [moved from aul/parcel.cc with 97% similarity]
aul/socket/parcel.hh [moved from aul/parcel.hh with 94% similarity]
aul/socket/socket.cc [moved from aul/socket.cc with 98% similarity]
aul/socket/socket.hh [moved from aul/socket.hh with 93% similarity]