X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFNetNetConnection.h;h=9a80addde57786e8980f49b200c322239ef0aad7;hb=62fab7e53aaf0475688595b57c75cdc2a0ecb3f8;hp=1ce218637ecd19a18e2e969686c3bd097fed2866;hpb=6bb0694856f248f4b2d02e72d3b3e75f4df4b637;p=platform%2Fframework%2Fnative%2Fnet.git diff --git a/inc/FNetNetConnection.h b/inc/FNetNetConnection.h index 1ce2186..9a80add 100644 --- a/inc/FNetNetConnection.h +++ b/inc/FNetNetConnection.h @@ -123,8 +123,6 @@ public: * For full construction, the Construct() method must be called right after calling this constructor. * * @since 2.0 - * - * @remarks After creating an instance of this class, the Construct() method must be called explicitly to initialize this instance. */ NetConnection(void); @@ -152,7 +150,7 @@ public: * @exception E_INVALID_ACCOUNT The specified network account ID is invalid. * @exception E_SYSTEM An internal error has occurred. * @exception E_INVALID_PROXY The proxy address is invalid. - * @remarks If the application gets the last result by E_INVALID_PROXY, it must use a warning pop-up to notify the user. + * @remarks If the application gets the last result by @c E_INVALID_PROXY, it must use a warning pop-up to notify the user. */ result Construct(NetAccountId netAccountId); @@ -170,7 +168,7 @@ public: * @exception E_OUT_OF_MEMORY The memory is insufficient. * @exception E_OBJ_ALREADY_EXIST The listener is already added. * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation, @n - * because the caller thread is a worker thread. + * because the caller thread is a worker thread. */ result AddNetConnectionListener(INetConnectionEventListener& listener); @@ -290,9 +288,10 @@ public: * @exception E_INVALID_CONTEXT The context information associated with the network connection account is invalid. * @exception E_OUT_OF_MEMORY The memory is insufficient. * @exception E_SYSTEM An internal error has occurred. - * @remarks The specific error code can be accessed using the GetLastResult() method. - * @remarks This method requires a NetConnectionInfo instance reference. The network connection information is only available when the network - * connection is "Active". For other states, this method returns @c null. + * @remarks + * - The specific error code can be accessed using the GetLastResult() method. + * - This method requires a NetConnectionInfo instance reference. The network connection information is only available when the network + * connection is "Active". For other states, this method returns @c null. * @warning Do not delete the returned NetConnectionInfo instance. This instance directly references the internal connection information of * %NetConnection. */