X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSclIRecordListener.h;h=28bc5200034149dce6b8f9c63b7ba7786918eaa8;hb=882fc456a08283fef405af3f43746aac834f7223;hp=5d06cfb1fe6ef7466992406c7a699e91c54b08f9;hpb=69387fa3cf384e7ec06c9ddc52fbba7e81fcc3ce;p=framework%2Fosp%2Fsocial.git diff --git a/inc/FSclIRecordListener.h b/inc/FSclIRecordListener.h index 5d06cfb..28bc520 100644 --- a/inc/FSclIRecordListener.h +++ b/inc/FSclIRecordListener.h @@ -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 [Deprecated] This interface represents a listener to asynchronously retrieve the records from the Calendarbook or Addressbook. + * @brief [Deprecated] 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 Social Records. + * 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 [Deprecated] * @deprecated This method is deprecated because the %IRecordListener interface is deprecated. @@ -77,7 +74,7 @@ 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 + * 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.