X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFNetIDnsEventListener.h;h=9d84726f779525ee0b7960cd1fc564036bbc04c0;hb=62fab7e53aaf0475688595b57c75cdc2a0ecb3f8;hp=01031acdd2aa21293dcba4cb1373f3e6b603bccd;hpb=6bb0694856f248f4b2d02e72d3b3e75f4df4b637;p=platform%2Fframework%2Fnative%2Fnet.git diff --git a/inc/FNetIDnsEventListener.h b/inc/FNetIDnsEventListener.h index 01031ac..9d84726 100644 --- a/inc/FNetIDnsEventListener.h +++ b/inc/FNetIDnsEventListener.h @@ -72,8 +72,8 @@ public: * @exception E_TIMEOUT An attempt to connect to the server has timed out. * @exception E_NOT_RESPONDING There is no response. * @exception E_DNS_NOT_FOUND The DNS lookup has failed. - * @remarks Always check the error code before accessing the result. - * If @c r is not E_SUCCESS, @c ipHostEntry may not exist. + * @remarks Always check the error code before accessing the result. @n + * If @c r is not @c E_SUCCESS, @c ipHostEntry may not exist. */ virtual void OnDnsResolutionCompletedN(IpHostEntry* pIpHostEntry, result r) = 0; }; // IDnsEventListener