Fix for doxygen of deprecated API
[platform/framework/native/social.git] / inc / FSclIAddressbookEventListener.h
index ad6a7cb..a14b877 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);
@@ -23,7 +22,6 @@
 #ifndef _FSCL_IADDRESSBOOK_EVENT_LISTENER_H_
 #define _FSCL_IADDRESSBOOK_EVENT_LISTENER_H_
 
-#include <FSclRecord.h>
 #include <FBaseRtIEventListener.h>
 
 namespace Tizen { namespace Base { namespace Collection {
@@ -35,8 +33,9 @@ namespace Tizen { namespace Social
 
 /**
  * @interface  IAddressbookEventListener
- * @brief      This interface provides a listener that receives the events associated with contact and category changes.
+ * @brief      <i> [Deprecated] </i> This interface provides a listener that receives the events associated with contact and category changes.
  *
+ * @deprecated This interface is deprecated. Instead of using this listener, use IAddressbookChangeEventListener.
  * @since      2.0
  *
  * The %IAddressbookEventListener interface provides a listener that receives the events associated with contact and category changes.
@@ -58,6 +57,9 @@ public:
        /**
         * Called to notify when contacts are changed. @n
         * A list of ContactChangeInfo instances is passed.
+     *
+        * @brief               <i> [Deprecated] </i>
+        * @deprecated          This method is deprecated because the %IAddressbookEventListener interface is deprecated.
         *
         * @since       2.0
         *
@@ -87,7 +89,10 @@ public:
 
        /**
         * Called to notify when categories are changed. @n
-     * A list of CategoryChangeInfo instances are passed.
+        * A list of CategoryChangeInfo instances is passed.
+     *
+        * @brief               <i> [Deprecated] </i>
+        * @deprecated          This method is deprecated because the %IAddressbookEventListener interface is deprecated.
         *
         * @since       2.0
         *