sync with master
authorJinkun Jang <jinkun.jang@samsung.com>
Sat, 16 Mar 2013 12:17:33 +0000 (21:17 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Sat, 16 Mar 2013 12:17:33 +0000 (21:17 +0900)
commit364b5f2203c15fc2cbc0e0b1e070828a5a2edcea
treec541bb4378ad1a45439a9faac1248fcafaf7311d
parent9809f81ec382e4ab3f3879e904f41a1af6ccfa38
sync with master
18 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
include/message-port-data-types.h [new file with mode: 0644]
include/message-port-messages.h [new file with mode: 0644]
include/message-port-param-traits.h [new file with mode: 0644]
include/message-port.h [new file with mode: 0755]
message-port.manifest [new file with mode: 0644]
message-port.pc.in [new file with mode: 0755]
packaging/message-port.spec [new file with mode: 0755]
src/IIpcClientEventListener.h [new file with mode: 0644]
src/IpcClient.cpp [new file with mode: 0644]
src/IpcClient.h [new file with mode: 0644]
src/MessagePortProxy.cpp [new file with mode: 0644]
src/MessagePortProxy.h [new file with mode: 0644]
src/message-port-log.h [new file with mode: 0644]
src/message-port-messages.cpp [new file with mode: 0644]
src/message-port.cpp [new file with mode: 0644]