remove link in brief tag
[platform/framework/native/net.git] / inc / FNetNetConnectionInfo.h
old mode 100755 (executable)
new mode 100644 (file)
index 1083987..5fdc7c3
@@ -39,7 +39,7 @@ class _NetConnectionInfoImpl;
  * @since      2.0\r
  *\r
  *     The %NetConnectionInfo class provides methods to obtain information related to a network connection. %NetConnectionInfo is valid when \r
- *     NetConnection is not in the "NET_CONNECTION_STATE_STOPPED" state.\r
+ *     NetConnection is not in the ::NET_CONNECTION_STATE_STOPPED state.\r
  *\r
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/net/managing_network_connections.htm">Managing Network Connections</a>.\r
  */\r
@@ -110,8 +110,8 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the IpAddress instance representing the local address in the calling instance\r
-        * @remarks             If GetLocalAddressScheme() is NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
-        *                              If %GetLocalAddressScheme() is NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
+        * @remarks             If GetLocalAddressScheme() is ::NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
+        *                              If %GetLocalAddressScheme() is ::NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
         *                              In any case, check whether the IpAddress pointer is @c null or not.\r
         */\r
        const IpAddress* GetLocalAddress(void) const;\r
@@ -133,8 +133,8 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the IpAddress instance representing the primary DNS Address of the network connection\r
-        * @remarks             If GetDnsAddressScheme() is NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
-        *                              If %GetDnsAddressScheme() is NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
+        * @remarks             If GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
+        *                              If %GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
         *                              In any case, check whether the IpAddress pointer is @c null or not, because the DNS address field is not mandatory.\r
         */\r
        const IpAddress* GetPrimaryDnsAddress(void) const;\r
@@ -145,8 +145,8 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the IpAddress instance representing the secondary DNS Address of the network connection\r
-        * @remarks             If GetDnsAddressScheme() is NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
-        *                              If %GetDnsAddressScheme() is NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
+        * @remarks             If GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
+        *                              If %GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
         *                              In any case, check whether the IpAddress pointer is @c null or not, because the DNS address field is not mandatory.\r
         */\r
        const IpAddress* GetSecondaryDnsAddress(void) const;\r