From: Sunwook Bae Date: Fri, 29 Mar 2013 00:17:15 +0000 (+0900) Subject: Fix a build error X-Git-Tag: 2.1b_release~11 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fframework%2Fnative%2Fchannel-service.git;a=commitdiff_plain;h=314ff5b750359a9ca78fbedfe001931eea6fa468 Fix a build error Change-Id: I7297e2fff1d85ca35e48ca93ab5c6ddba9ab9b07 Signed-off-by: Sunwook Bae --- diff --git a/src/IpcServer.cpp b/src/IpcServer.cpp index d5eab4c..4c171c9 100644 --- a/src/IpcServer.cpp +++ b/src/IpcServer.cpp @@ -381,7 +381,7 @@ CATCH: } int -IpcServer::GetClientProcessId(void) const +IpcServer::GetClientId(void) const { if (__pCurrentClientInfo) {