Fixed the description for existing filename when OPP transfering.
authordukan.kim <dukan.kim@samsung.com>
Fri, 19 Apr 2013 11:26:04 +0000 (20:26 +0900)
committerdukan.kim <dukan.kim@samsung.com>
Fri, 19 Apr 2013 11:26:04 +0000 (20:26 +0900)
Change-Id: I8e169314fdaa4417af71dc259591a2bf99efc21c
Signed-off-by: dukan.kim <dukan.kim@samsung.com>
inc/FNetBtIBluetoothOppServerEventListener.h

index e921680..e9e051b 100755 (executable)
@@ -84,10 +84,7 @@ public:
         *
         * @param[in]   fileName        The name of the file to transfer @n
         *                              If the name of the received file already exists in the destination path, the
-        *                              received file is renamed automatically and @c isCompleted is set to @c true.
-        *                              For renaming, the specified postfix is appended to the original file name. The
-        *                              postfix consists of an underscore and three digit sequence numbers starting from
-        *                              001. For example, "MySong.mp3" may be changed to "MySong_001.mp3".
+        *                              original file is overwritten and @c isCompleted is set to @c true.
         * @param[in]   fileSize        The size of the file to transfer
         * @param[in]   isCompleted     Set to @c true if the transfer is successfully completed, @n
         *                              else @c false