Applied, inspection headers : Http, Socket
authorSinyoung Hwang <shiny.hwang@samsung.com>
Wed, 17 Apr 2013 14:48:41 +0000 (23:48 +0900)
committerSinyoung Hwang <shiny.hwang@samsung.com>
Wed, 17 Apr 2013 14:48:41 +0000 (23:48 +0900)
Change-Id: I417cc2cd02af085713bd9c071a4047f865aa6cd8
Signed-off-by: Sinyoung Hwang <shiny.hwang@samsung.com>
inc/FNetHttpHttpMultipartEntity.h
inc/FNetHttpHttpRequest.h [changed mode: 0755->0644]
inc/FNetHttpHttpResponse.h [changed mode: 0755->0644]
inc/FNetHttpHttpSession.h [changed mode: 0755->0644]
inc/FNetHttpHttpStringEntity.h [changed mode: 0755->0644]
inc/FNetHttpHttpUrlEncodedEntity.h [changed mode: 0755->0644]
inc/FNetHttpHttpXmlDomEntity.h [changed mode: 0755->0644]
inc/FNetSockSecureSocket.h
inc/FNetSockSocket.h
inc/FNetSockSocketUtility.h

index a3fa1c7..49def99 100644 (file)
@@ -136,7 +136,8 @@ class _OSP_EXPORT_ HttpMultipartEntity
 
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
index 651cfcd..d164ca6
@@ -276,7 +276,8 @@ public:
 
 protected:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
index cdabb9b..fc4f266
@@ -195,7 +195,8 @@ public:
 
 protected:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
index 6040fc1..f5d0149
@@ -85,7 +85,8 @@ class _OSP_EXPORT_ HttpSession
 
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
index f11c517..83ccd34
@@ -100,7 +100,8 @@ class _OSP_EXPORT_ HttpStringEntity
 
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
index 01ca264..694192d
@@ -103,7 +103,8 @@ class _OSP_EXPORT_ HttpUrlEncodedEntity
 
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
index ce257d1..26469ab
@@ -96,7 +96,8 @@ class _OSP_EXPORT_ HttpXmlDomEntity
 
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
index 9add2f5..ae3bffd 100644 (file)
@@ -171,7 +171,8 @@ class _OSP_EXPORT_ SecureSocket
 
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since    2.0
         */
index b675554..2ebe489 100644 (file)
@@ -56,7 +56,8 @@ class _OSP_EXPORT_ Socket
 
 public:
        /**
-       * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+       * The object is not fully constructed after this constructor is called. @n
+       * For full construction, the Construct() method must be called right after calling this constructor.
        *
        * @since        2.0
        */
@@ -812,7 +813,7 @@ public:
        *                               @c optionValue parameter contains the value of the specified socket option.
        *                               For an option with a bool data type, a non-zero value is returned if the option is enabled. Otherwise,
        *                               a zero value is returned. For an option with an integer data type, the method returns the appropriate value.
-       *                               The socket options are grouped by the level of protocol support.@n@n
+       *                               The socket options are grouped by the level of protocol support. @n@n
        *                               Listed below are the various socket options that can be obtained using this overload. These options are
        *                               grouped by the appropriate NetSocketOptLevel.
        *                               Use the appropriate %NetSocketOptLevel for the @c optionLevel parameter. The option that is chosen,
index 5a59dd2..cd2545a 100644 (file)
@@ -50,7 +50,8 @@ class _OSP_EXPORT_ SocketUtility
 
 public:
        /**
-       * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+       * The object is not fully constructed after this constructor is called. @n
+       * For full construction, the Construct() method must be called right after calling this constructor.
        *
        * @since                2.0
        */