Add an E_INVALID_CONNECTION in _IpcClient::SendRequest()
[platform/framework/native/appfw.git] / src / io / inc / FIo_IpcClient.h
index 7616838..2a6a062 100644 (file)
@@ -68,7 +68,6 @@ public:
         * @param[in] pListener Set if the client want to handle a message from the IPC server.
         *                                 @c null, otherwise.
         * @exception E_SUCCESS         The method was successful.
-        * @exception E_OBJ_NOT_FOUND   The IPC server was not found.
         * @exception E_OUT_OF_MEMORY   Insufficient memory.
         * @exception E_SYSTEM          A system error occurred.
         */
@@ -102,8 +101,8 @@ public:
         * @return An error code
         * @param[in] message   The message to send
         * @exception E_SUCCESS         The method was successful.
-        * @exception E_INVALID_STATE   The instance is in an invalid state.
         * @exception E_RESOURCE_UNAVAILABLE    The socket buffer is full.
+        * @exception E_INVALID_CONNECTION      The socket connection is closed.
         * @exception E_OUT_OF_MEMORY   Insufficient memory.
         * @exception E_SYSTEM          A system error occurred.
         *