Update the header files.
authorByounghui <byounghui.lim@samsung.com>
Mon, 25 Mar 2013 14:14:14 +0000 (23:14 +0900)
committerByounghui <byounghui.lim@samsung.com>
Mon, 25 Mar 2013 14:14:14 +0000 (23:14 +0900)
Change-Id: I271c841861b05c30ad23824cd0e5ee11c0216900
Signed-off-by: Byounghui <byounghui.lim@samsung.com>
inc/FMsgCbsMessage.h
inc/FMsgEmailManager.h [changed mode: 0755->0644]
inc/FMsgEmailMessage.h
inc/FMsgEtwsPrimaryNotification.h
inc/FMsgMmsManager.h
inc/FMsgMmsMessage.h
inc/FMsgPushMessage.h [changed mode: 0755->0644]
inc/FMsgSmsManager.h
inc/FMsgSmsMessage.h [changed mode: 0755->0644]
inc/FMsgWapPushMessage.h

index 7c3949d..e616d52 100644 (file)
@@ -67,10 +67,10 @@ public:
        *\r
        * @since                2.0\r
        *\r
-       * @return               @c true if the specified instance of Object is equal to the calling %CbsMessage instance, @n\r
+       * @return               @c true if the specified instance of Tizen::Base::Object is equal to the calling %CbsMessage instance, @n\r
        *                               else @c false\r
-       * @param[in]    obj     An instance of Object to compare\r
-       * @see                  Object::Equals()\r
+       * @param[in]    obj     An instance of Tizen::Base::Object to compare\r
+       * @see                  Tizen::Base::Object::Equals()\r
        */\r
        virtual bool Equals(const Tizen::Base::Object& obj) const;\r
 \r
old mode 100755 (executable)
new mode 100644 (file)
index 984be86..599af0e
@@ -148,7 +148,7 @@ namespace Tizen { namespace Messaging
                * @privilege    %http://tizen.org/privilege/messaging.email
                *
                * @return                       An error code
-               * @param[in]    message                                 The message to be sent
+               * @param[in]    message                                 The message to send
                * @param[in]    recipientList                   The list of recipients
                * @param[in]    saveToSentbox                   Set to @c true to save the message in the Sentbox, @n
                *                                                                               else @c false
index 71a4dea..c0bd9f1 100644 (file)
@@ -78,7 +78,7 @@ namespace Tizen { namespace Messaging
                * @since                2.0
                *
                * @return                       The reference of this instance
-               * @param[in]    rhs             A reference to the %EmailMessage instance to be copied
+               * @param[in]    rhs             A reference to the %EmailMessage instance to copy
                */
                EmailMessage& operator =(const EmailMessage& rhs);
 
@@ -87,7 +87,7 @@ namespace Tizen { namespace Messaging
                *
                * @since                2.0
                *
-               * @return                       @c true if the specified instance of Object is equal to the calling %EmailMessage instance, @n
+               * @return                       @c true if the specified instance of Tizen::Base::Object is equal to the calling %EmailMessage instance, @n
                *                                               else @c false
                * @param[in]            obj             The object to compare
                */
@@ -170,7 +170,7 @@ namespace Tizen { namespace Messaging
                * @endif
                *
                * @return                       An error code
-               * @param[in]    filePath                                The path of the file to be removed
+               * @param[in]    filePath                                The path of the file to remove
                * @exception    E_SUCCESS                               The method is successful.
                * @exception    E_FILE_NOT_FOUND                The corresponding format file is not found.
                * @see                  AddAttachment(), GetAttachmentListN()
index 8bc37cb..e034d73 100644 (file)
@@ -68,7 +68,7 @@ public:
        *\r
        * @return               @c true if the values match, @n\r
        *                               else @c false\r
-       * @param[in]    obj     The other Tizen::Base::Object to be compared\r
+       * @param[in]    obj     The other Tizen::Base::Object to compare\r
        * @see                  Tizen::Base::Object::Equals()\r
        */\r
        virtual bool Equals(const Tizen::Base::Object& obj) const;\r
index abdb4b1..47728a0 100644 (file)
@@ -151,7 +151,7 @@ namespace Tizen { namespace Messaging
                * @privilege    %http://tizen.org/privilege/messaging.mms
                *
                * @return               An error code
-               * @param[in]    message                                 The message to be sent
+               * @param[in]    message                                 The message to send
                * @param[in]    recipientList                   The list of recipients
                * @param[in]    saveToSentbox                   Set to @c true to save the message in the Sentbox, @n
                *                                                                               else @c false
index 3b77e53..8993225 100644 (file)
@@ -78,7 +78,7 @@ namespace Tizen { namespace Messaging
                * @since                2.0
                *
                * @return               A reference to the %MmsMessage instance
-               * @param[in]    rhs             A reference to the %MmsMessage instance to be copied
+               * @param[in]    rhs             A reference to the %MmsMessage instance to copy
                */
                MmsMessage& operator =(const MmsMessage& rhs);
 
@@ -87,7 +87,7 @@ namespace Tizen { namespace Messaging
                *
                * @since                2.0
                *
-               * @return                       @c true if the specified instance of Object is equal to the calling %MmsMessage instance, @n
+               * @return                       @c true if the specified instance of Tizen::Base::Object is equal to the calling %MmsMessage instance, @n
                *                                               else @c false
                * @param[in]            obj             The object to compare
                */
old mode 100755 (executable)
new mode 100644 (file)
index 88b0b46..e5a1c83
@@ -156,9 +156,9 @@ public:
        *
        * @since                2.0
        *
-       * @return               @c true, if the values match, @n
+       * @return               @c true if the values match, @n
        *                               else @c false
-       * @param[in]    obj     The other Object to be compared
+       * @param[in]    obj     The other Tizen::Base::Object to compare
        * @see                  Tizen::Base::Object::Equals()
        */
        virtual bool Equals(const Tizen::Base::Object& obj) const;
index 7531ab7..6cf9fd2 100644 (file)
@@ -241,7 +241,7 @@ namespace Tizen { namespace Messaging
                * @privilege    %http://tizen.org/privilege/messaging.sms
                *
                * @return               An error code
-               * @param[in]    message                                 The message to be sent
+               * @param[in]    message                                 The message to send
                * @param[in]    recipientList                   The list of recipients
                * @param[in]    saveToSentbox                   Set to @c true to save the message in the Sentbox, @n
                *                                                                               else @c false
old mode 100755 (executable)
new mode 100644 (file)
index 1a37186..3aa39fe
@@ -85,7 +85,7 @@ namespace Tizen { namespace Messaging
                * @since                2.0
                *
                * @return                       A reference to the %SmsMessage instance
-               * @param[in]    rhs             A reference to the %SmsMessage instance to be copied
+               * @param[in]    rhs             A reference to the %SmsMessage instance to copy
                */
                SmsMessage& operator =(const SmsMessage& rhs);
 
@@ -94,7 +94,7 @@ namespace Tizen { namespace Messaging
                *
                * @since                2.0
                *
-               * @return                       @c true if the specified instance of Object is equal to the calling %SmsMessage instance, @n
+               * @return                       @c true if the specified instance of Tizen::Base::Object is equal to the calling %SmsMessage instance, @n
                *                                               else @c false
                * @param[in]            obj             The object to compare
                */
index 00dd4cf..4d7d1ca 100644 (file)
@@ -87,10 +87,10 @@ public:
        *
        * @since                2.0
        *
-       * @return               @c true if the specified instance of Object is equal to the calling %WapPushMessage instance, @n
+       * @return               @c true if the specified instance of Tizen::Base::Object is equal to the calling %WapPushMessage instance, @n
        *                               else @c false
-       * @param[in]    obj     An instance of Object to compare 
-       * @see                  Object::Equals()
+       * @param[in]    obj     An instance of Tizen::Base::Object to compare 
+       * @see                  Tizen::Base::Object::Equals()
        */
        virtual bool Equals(const Tizen::Base::Object& obj) const;