Added a note to FileStream documentation about not calling fclose on the returned... 86/213386/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 4 Sep 2019 18:16:35 +0000 (19:16 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 4 Sep 2019 18:21:48 +0000 (19:21 +0100)
Change-Id: I0aea38343fbcbb7c7c3be2805753d3dd9d3e198d

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();