merge with master
[framework/osp/net.git] / inc / FNetSockSocketUtility.h
index 12208ca..660deb5 100755 (executable)
@@ -80,12 +80,13 @@ public:
        * Determines the status of one or more sockets.
        *
        * @since                        2.0
-       * @privilege            %http://tizen.org/privilege/socket
+       * @privlevel            public
+       * @privilege            http://tizen.org/privilege/socket
        *
        * @return                       An error code
        * @param[in,out]        pCheckRead                                      An IList of Socket instances to check for readability
-       * @param[in,out]        pCheckWrite                                     An IList of Socket instances to check for writability
-       * @param[in,out]        pCheckError                                     An IList of Socket instances to check for errors
+       * @param[in,out]        pCheckWrite                             An IList of Socket instances to check for writability
+       * @param[in,out]        pCheckError                             An IList of Socket instances to check for errors
        * @param[in]            microSeconds                            The time to wait for a response, in microseconds
        * @exception            E_SUCCESS                                       The method is successful.
        * @exception            E_INVALID_SOCKET                        The socket is invalid.