[content] Fix a description for ContentManager
authorSeokpil Park <seokpil.park@samsung.com>
Wed, 10 Apr 2013 05:06:47 +0000 (14:06 +0900)
committerSeokpil Park <seokpil.park@samsung.com>
Wed, 10 Apr 2013 05:06:50 +0000 (14:06 +0900)
Change-Id: Ief78c8305bb8d14e8f6a0bdadab9cbf3f62fc2b0
Signed-off-by: Seokpil Park <seokpil.park@samsung.com>
inc/FCntContentManager.h

index 275b14f..3d6ab6e 100644 (file)
@@ -357,6 +357,8 @@ public:
         * @exception           E_SUCCESS                               The method is successful.
         * @exception           E_OBJ_ALREADY_EXIST     The listener has already been added.
         * @exception           E_SYSTEM                                The method cannot proceed due to a severe system error.
+        * @remarks             Only a listener of an instance can be added.
+        *                                      If you add more than two listeners, the listener added first will receive notification for the DB change.
         */
        result AddContentUpdateEventListener(IContentUpdateEventListener& listener);