Fix a build error
[platform/framework/native/channel-service.git] / src / IpcServer.cpp
index 5c19df2..4c171c9 100644 (file)
@@ -391,43 +391,6 @@ IpcServer::GetClientId(void) const
        return -1;
 }
 
-int
-IpcServer::GetClientProcessId(void) const
-{
-       if (__pCurrentClientInfo)
-       {
-               return __pCurrentClientInfo->clientId;
-       }
-
-       return -1;
-}
-
-String
-IpcServer::GetClientAppId(void) const
-{
-       static String nullString;
-
-       if (__pCurrentClientInfo)
-       {
-               return __pCurrentClientInfo->appId;
-       }
-
-       return nullString;
-}
-
-String
-IpcServer::GetClientAppExecutableName(void) const
-{
-       static String nullString;
-
-       //if (__pCurrentClientInfo)
-       {
-               //return __pCurrentClientInfo->appExecutableName;
-       }
-
-       return nullString;
-}
-
 AppId
 IpcServer::GetClientApplicationId(void) const
 {