[MessagePort] Modify Interop,MessagePort
authorSeunghyun Choi <sh4682.choi@samsung.com>
Tue, 29 Mar 2016 12:17:36 +0000 (21:17 +0900)
committerSeunghyun Choi <sh4682.choi@samsung.com>
Tue, 29 Mar 2016 12:18:43 +0000 (21:18 +0900)
Change-Id: I267a75b47cc8cff351775a8f0e88bd2d8af0e6b6
Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
Tizen.Applications/Interop/Interop.MessagePort.cs

index 44af04d..63659ee 100644 (file)
@@ -20,7 +20,7 @@ internal static partial class Interop
         [DllImport(Libraries.MessagePort, EntryPoint = "message_port_send_message_with_local_port", CallingConvention = CallingConvention.Cdecl)]
         internal static extern int SendMessageWithLocalPort(string remote_app_id, string remote_port, IntPtr message, int local_port_id);
 
-        [DllImport(Libraries.MessagePort, EntryPoint = "message_port_send_message_with_local_port", CallingConvention = CallingConvention.Cdecl)]
+        [DllImport(Libraries.MessagePort, EntryPoint = "message_port_send_trusted_message_with_local_port", CallingConvention = CallingConvention.Cdecl)]
         internal static extern int SendTrustedMessageWithLocalPort(string remote_app_id, string remote_port, IntPtr message, int local_port_id);
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]