X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoRemoteMessagePort.h;h=80962734613c42dad4ad0743de4248d9b3a64d18;hb=50980d2a1df4531b41df7a3eeaa5914f407a0a9e;hp=e263bdb1f11d1032efe27e8c290a829658850bbe;hpb=1ce6fc02d134861f6390fd55a3349d86cd16c2c9;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoRemoteMessagePort.h b/inc/FIoRemoteMessagePort.h index e263bdb..8096273 100644 --- a/inc/FIoRemoteMessagePort.h +++ b/inc/FIoRemoteMessagePort.h @@ -90,7 +90,7 @@ class LocalMessagePort; * * delete pMessage; * } - +* * void * MyAppClass::GetOnlineFriends(void) * { @@ -169,7 +169,7 @@ public: * The recommended message size is under 4KB. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG Either of the following conditions has occurred: @n - * - The local message port is null. @n + * - The local message port is @c null. @n * - The message argument is not a map of key (String) and value (String or ByteBuffer) pair. * @exception E_OBJ_NOT_FOUND The message port of the target application is not found. * @exception E_MAX_EXCEEDED The size of @c pMessage has exceeded the maximum limit.