Update the size check in MessagePort
[platform/framework/native/appfw.git] / inc / FSysAlarm.h
index f59dafd..fa48cb4 100644 (file)
@@ -83,7 +83,7 @@ public:
         *
         * @since       2.0
         *
-        * @privilege   http://tizen.org/privilege/alarm
+        * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
         * @param[in]   duetime                 The time for the alarm to ring
@@ -100,7 +100,7 @@ public:
         *
         * @since       2.0
         *
-        * @privilege   http://tizen.org/privilege/alarm
+        * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
         * @param[in]   start                   The time for the alarm to ring first
@@ -110,7 +110,7 @@ public:
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     If this Alarm instance is already registered by this method, exist alarm is cancelled automatically. @n If @c pEnd is @c null, the alarm repeats forever.
+        * @remarks     If this %Alarm instance is already registered by this method, existing alarm is cancelled automatically. @n If @c pEnd is @c null, the alarm repeats forever.
         */
        result Set(const Tizen::Base::DateTime& start, int period, const Tizen::Base::DateTime* pEnd = null);
 
@@ -119,7 +119,7 @@ public:
         *
         * @since       2.0
         *
-        * @privilege   http://tizen.org/privilege/alarm
+        * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
         * @exception   E_SUCCESS               The method is successful.
@@ -134,7 +134,7 @@ public:
         * @since       2.0
         *
         * @return      An instance of Tizen::Base::DateTime indicating the start time for the alarm
-        * @remarks     If this Alarm instance is not registered by Set() methods, return value is default value of %DateTime class.
+        * @remarks     If this %Alarm instance is not registered by the Set() method, return value is default value of the Tizen::Base::DateTime class.
         */
        const Tizen::Base::DateTime GetStartTime(void) const;
 
@@ -144,7 +144,7 @@ public:
         * @since       2.0
         *
         * @return      The period of the current instance of %Alarm in minutes
-        * @remarks     If this Alarm instance is not registered by Set() methods, return value is @c 0.
+        * @remarks     If this %Alarm instance is not registered by the Set() method, return value is @c 0.
         */
        int GetPeriod(void) const;