From: Sinyoung Hwang Date: Mon, 25 Mar 2013 12:00:25 +0000 (+0900) Subject: Applied, inspection header : osp-net X-Git-Tag: accepted/tizen_2.1/20130425.034729~42^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3c6f7f125fd554f57baeb09dac1bfa25b1f8bea;p=framework%2Fosp%2Fnet.git Applied, inspection header : osp-net Change-Id: If1f3923fac607cc1631bbd2f3bff4a554f3d7a28 Signed-off-by: Sinyoung Hwang --- diff --git a/inc/FNetSockSecureSocket.h b/inc/FNetSockSecureSocket.h index d3bb951..e40c529 100644 --- a/inc/FNetSockSecureSocket.h +++ b/inc/FNetSockSecureSocket.h @@ -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_ diff --git a/inc/FNetSockSocket.h b/inc/FNetSockSocket.h index f461cfa..cc3ff65 100644 --- a/inc/FNetSockSocket.h +++ b/inc/FNetSockSocket.h @@ -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_