Get the pid info from the socket fd
[platform/framework/native/channel-service.git] / inc / IpcServer.h
index e40b335..c1ea1cc 100644 (file)
@@ -88,30 +88,6 @@ public:
        int GetClientId(void) const;
 
        /**
-        * Returns the process id of the client which sent a request message.
-        *
-        * @return The process id of the IPC client.
-        * @remark This can be called only in a message handler.
-        */
-       int GetClientProcessId(void) const;
-
-       /**
-        * Returns the package id of the client which sent a request message.
-        *
-        * @return The package id of the IPC client.
-        * @remark This can be called only in a message handler.
-        */
-       Tizen::Base::String GetClientAppId(void) const;
-
-       /**
-        * Returns the executable name of the client which sent a request message.
-        *
-        * @return The executable name of the IPC client.
-        * @remark This can be called only in a message handler.
-        */
-       Tizen::Base::String GetClientAppExecutableName(void) const;
-
-       /**
         * Returns the application id of the client which sent a request message.
         *
         * @return The application id of the IPC client.