Add to retry to read DUID.
[platform/framework/native/appfw.git] / inc / FBaseInt8.h
index 9986875..30cfdfe 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -28,7 +27,6 @@
 
 #include <FBaseNumber.h>
 
-
 namespace Tizen { namespace Base
 {
 /**
@@ -85,7 +83,6 @@ public:
         */
        Int8(char value = 0);
 
-
        /**
         * Copying of objects using this copy constructor is allowed.
         *
@@ -171,8 +168,8 @@ public:
        *
        *   @since 2.0
        *
-       *   @return     An integer value indicating the hash value of the specified @c char value
-       *   @param[in]   val   A @c char value to get the hash value
+       *   @return             An integer value indicating the hash value of the specified @c char value
+       *   @param[in]  val   A @c char value to get the hash value
        */
        static int GetHashCode(char val);
 
@@ -350,7 +347,7 @@ public:
 
 private:
        friend class _Int8Impl;
-       class _Int8Impl * __pInt8Impl;
+       class _Int8Impl* __pInt8Impl;
 
 }; // Int8