Applied, inspection header : osp-net
authorSinyoung Hwang <shiny.hwang@samsung.com>
Mon, 25 Mar 2013 12:00:25 +0000 (21:00 +0900)
committerSinyoung Hwang <shiny.hwang@samsung.com>
Mon, 25 Mar 2013 12:00:25 +0000 (21:00 +0900)
Change-Id: If1f3923fac607cc1631bbd2f3bff4a554f3d7a28
Signed-off-by: Sinyoung Hwang <shiny.hwang@samsung.com>
inc/FNetSockSecureSocket.h
inc/FNetSockSocket.h

index d3bb951..e40c529 100644 (file)
@@ -21,7 +21,7 @@
  * @brief      This is the header file for the %SecureSocket class.
  *
  * This header file contains the declarations of the %SecureSocket class. @n
- * The %SecureSocket class provides secured simple methods for sending and receiving the data over a network.
+ * This class provides secured simple methods for sending and receiving the data over a network.
  */
 
 #ifndef _FNET_SOCK_SECURE_SOCKET_H_
index f461cfa..cc3ff65 100644 (file)
@@ -21,7 +21,7 @@
 * @brief       This is the header file for the %Socket class.
 *
 * This header file contains the declarations of the %Socket class. @n
-* The %Socket class is a base class that provides methods for sending and receiving the data over a network.
+* This class is a base class that provides methods for sending and receiving the data over a network.
 */
 
 #ifndef _FNET_SOCK_SOCKET_H_