Update doxygen. submit/tizen_2.2/20130716.173624 submit/tizen_2.2/20130717.053245
authorJaemin Ahn <j.m.ahn@samsung.com>
Mon, 15 Jul 2013 09:55:05 +0000 (18:55 +0900)
committerJaemin Ahn <j.m.ahn@samsung.com>
Mon, 15 Jul 2013 09:55:05 +0000 (18:55 +0900)
Change-Id: I9736f17c721a6a442f2da49b618db8ee53df5d2e
Signed-off-by: Jaemin Ahn <j.m.ahn@samsung.com>
inc/FNetNetStatistics.h

index 571815e..ad17fde 100644 (file)
@@ -91,7 +91,7 @@ public:
         * @return              The number of bytes sent or received, @n
         *                              else @c INVALID_HANDLE if an error occurs
         * @param[in]   bearerType                      The bearer type of the data call operation @n
-        *                                                                              @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB are not supported.
+        *                                                                              @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB and @c NET_BEARER_MMS are not supported.
         * @param[in]   netStatType                     The type of statistical information to get
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
@@ -117,7 +117,7 @@ public:
         *
         * @return              An error code
         * @param[in]   bearerType                      The bearer type (OperationMode) whose statistical information is reset @n 
-        *                                                              @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB are not supported.
+        *                                                              @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB and @c NET_BEARER_MMS are not supported.
         * @param[in]   netStatType                     The type of statistical information to reset
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
@@ -145,7 +145,7 @@ public:
         *
         * @return              An error code
         * @param[in]   bearerType                      The bearer type (OperationMode) whose statistical information would be reset @n 
-        *                                                              @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB are not supported.
+        *                                                              @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB and @c NET_BEARER_MMS are not supported.
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified input parameter is invalid.
         * @exception   E_SYSTEM                        An internal error has occurred.