X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..94e0018723919fe2ca2f5b5f0a42804c16dbf3a1:/interface/wx/ffile.h?ds=sidebyside diff --git a/interface/wx/ffile.h b/interface/wx/ffile.h index f5d1f37871..097bf94e3a 100644 --- a/interface/wx/ffile.h +++ b/interface/wx/ffile.h @@ -3,7 +3,7 @@ // Purpose: interface of wxFFile // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -90,7 +90,7 @@ public: The descriptor should be already opened and it will be closed by wxFFile object. */ - void Attach(FILE* fp); + void Attach(FILE* fp, const wxString& name = wxEmptyString); /** Closes the file and returns @true on success. @@ -106,7 +106,7 @@ public: void Detach(); /** - Returns @true if the an attempt has been made to read @e past + Returns @true if an attempt has been made to read @e past the end of the file. Note that the behaviour of the file descriptor based class wxFile is different as