Init Tizen 2.2.1
[framework/osp/social.git] / inc / FSclIRecordListener.h
index a96b4be..28bc520 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);
@@ -37,15 +36,13 @@ namespace Tizen { namespace Social
 /**
  * @if OSPDEPREC
  * @interface  IRecordListener
- * @brief              <i> [Deprecated] </i> This interface represents a listener to asynchronously retrieve the records from the Calendarbook or Addressbook.
+ * @brief              <i> [Deprecated] </i> This interface represents a listener to asynchronously retrieve records from the Calendarbook or Addressbook.
  *
- * @deprecated         This interface is deprecated  because the @ref Calendarbook::GetEventInstances method is deprecated.
+ * @deprecated         This interface is deprecated because the @ref Calendarbook::GetEventInstances method is deprecated.
  *
  * @since      2.0
  *
- * The %IRecordListener interface represents a listener to asynchronously retrieve the records from the Calendarbook or Addressbook.
- *
- * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/social/social_records.htm">Social Records</a>.
+ * The %IRecordListener interface represents a listener to asynchronously retrieve records from the Calendarbook or Addressbook.
  * @endif
  */
 class _OSP_EXPORT_ IRecordListener
@@ -55,8 +52,8 @@ public:
 
        /**
         * @if OSPDEPREC
-        * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes @n
-        * are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @brief               <i> [Deprecated] </i>
         * @deprecated          This method is deprecated because the %IRecordListener interface is deprecated.
@@ -77,8 +74,8 @@ public:
         *
         * @param[in]   reqId                           The request ID
         * @param[in]   pRecords                        The result of a specific asynchronous method @n
-        *                                                                      A list containing all of the retrieved Record instances, @n
-        *                                                                      else an empty list if there are no retrieved records or @c null if an exception occurs
+        *                                                                      The list that contains all the retrieved Record instances, @n
+        *                                                                      else an empty list if there are no retrieved records, or @c null if an exception occurs
         * @param[in]   r                                       The result of the request
         * @exception   E_SUCCESS                       The request is successful.
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.