Merge "Added a note to FileStream documentation about not calling fclose on the retur...
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 5 Sep 2019 09:28:51 +0000 (09:28 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 5 Sep 2019 09:28:51 +0000 (09:28 +0000)
dali/devel-api/adaptor-framework/file-stream.h

index 8fa9999..de69f06 100644 (file)
@@ -107,6 +107,7 @@ public:
   /**
    * @brief Returns the file stream
    * @return FILE.
+   * @note This class is responsible for closing the file so the caller SHOULD NOT call fclose() on the returned pointer.
    */
   FILE* GetFile();