Refactor codes 82/141982/4
authorjusung son <jusung07.son@samsung.com>
Wed, 2 Aug 2017 06:51:24 +0000 (15:51 +0900)
committerjusung son <jusung07.son@samsung.com>
Thu, 3 Aug 2017 04:28:53 +0000 (04:28 +0000)
commit171926db50def95b476cbdcfe599347786bc5ed6
treeca48cc75f6bef837dca2461e0815313dca0ca86e
parentbd81956afed14c44a7641b62ab61046c821c8b90
Refactor codes

- Remove duplicated codes

Change-Id: I441952eeab9ca0c0c85cb3824fe2684057aeb827
Signed-off-by: jusung son <jusung07.son@samsung.com>
13 files changed:
include/message-port.h [deleted file]
include/message_port_error.h [deleted file]
include/message_port_internal.h [deleted file]
src/inc/message-port-log.h [deleted file]
src/inc/message_port_common.h [new file with mode: 0755]
src/inc/message_port_local.h [new file with mode: 0755]
src/inc/message_port_remote.h [new file with mode: 0755]
src/message-port.c [deleted file]
src/message_port.c
src/message_port_common.c [new file with mode: 0755]
src/message_port_internal.c [deleted file]
src/message_port_local.c [new file with mode: 0755]
src/message_port_remote.c [new file with mode: 0755]