summaryrefslogtreecommitdiff
path: root/proxy
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-06-24 14:37:38 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-08-05 11:33:32 +0900
commit62bfebf5e4a91004893a92e4c8c12a1b41284440 (patch)
treed6a55e84c22a69ab74e0a51edd04f95459975fb4 /proxy
parent1fa9924f16ec0c041552c93c033d477494b76392 (diff)
downloadmsg-service-62bfebf5e4a91004893a92e4c8c12a1b41284440.tar.gz
msg-service-62bfebf5e4a91004893a92e4c8c12a1b41284440.tar.bz2
msg-service-62bfebf5e4a91004893a92e4c8c12a1b41284440.zip
Change-Id: I43a7d5436d57700a56c70cbbdb85bb8a34e2c2d4 Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
Diffstat (limited to 'proxy')
-rwxr-xr-xproxy/MsgHandleControl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/MsgHandleControl.cpp b/proxy/MsgHandleControl.cpp
index 1357ceb..e4a9f5c 100755
--- a/proxy/MsgHandleControl.cpp
+++ b/proxy/MsgHandleControl.cpp
@@ -323,6 +323,7 @@ void MsgHandle::convertMsgStruct(const MSG_MESSAGE_HIDDEN_S *pSrc, MSG_MESSAGE_I
}
pDest->sim_idx = pSrc->simIndex;
+ pDest->bRestricted = pSrc->bRestricted;
MSG_END();
}
@@ -351,6 +352,7 @@ void MsgHandle::convertMsgStruct(const MSG_MESSAGE_INFO_S *pSrc, MSG_MESSAGE_HID
pDest->priority = pSrc->priority;
pDest->direction = pSrc->direction;
pDest->simIndex = pSrc->sim_idx;
+ pDest->bRestricted = pSrc->bRestricted;
/* Set Port Info. */
pDest->bPortValid = pSrc->msgPort.valid;