Add to retry to read DUID.
[platform/framework/native/appfw.git] / inc / FBaseRtMonitorGuard.h
index e5c5944..fe2d86d 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);
@@ -32,7 +31,7 @@ namespace Tizen { namespace Base { namespace Runtime
 
 /**
 * @class       MonitorGuard
-* @brief       This class is the RAII style class for %Monitor class.
+* @brief       This class is the RAII style class for the Monitor class.
 *
 * @since 2.0
 */
@@ -44,7 +43,7 @@ public:
        *
        * @since 2.0
        *
-       * @param[in]    m       The %Monitor instance to be manipulated
+       * @param[in]    m                       A Monitor instance to manipulate
        * @remarks              The specific error code can be accessed using the GetLastResult() method.
        * @see                  Monitor::Enter() for detailed exceptions
        */
@@ -75,12 +74,12 @@ public:
        }
 
        /**
-       * Returns whether this instance owns the lock on the given monitor at constructor.
+       * Checks whether this instance owns the lock on the given monitor at constructor.
        *
        * @since 2.0
        *
        * @return       true if the lock is owned, @n
-       *                       false otherwise.
+       *                       else @c false
        */
        bool IsEntered(void) const
        {
@@ -88,8 +87,8 @@ public:
        }
 
        /**
-       * Returns whether this instance owns the lock on the given monitor at constructor. @n
-       * Have same effects to calling IsEntered().
+       * Checks whether this instance owns the lock on the given monitor at constructor. @n
+       * This method has the same effects when calling IsEntered().
        *
        * @since 2.0
        */