projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Note that CanCut / CanCopy / CanPaste are not currently supported on the OSX WebKit...
[wxWidgets.git]
/
interface
/
wx
/
ffile.h
diff --git
a/interface/wx/ffile.h
b/interface/wx/ffile.h
index a19619ff9af104253768462fcd47148c1459e71e..097bf94e3a293c6fad8f955e45a439bc9e3f56ea 100644
(file)
--- a/
interface/wx/ffile.h
+++ b/
interface/wx/ffile.h
@@
-3,7
+3,7
@@
// Purpose: interface of wxFFile
// Author: wxWidgets team
// RCS-ID: $Id$
// Purpose: interface of wxFFile
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
@@
-34,7
+34,6
@@
enum wxFileKind
/**
@class wxFFile
/**
@class wxFFile
- @wxheader{ffile.h}
wxFFile implements buffered file I/O.
wxFFile implements buffered file I/O.
@@
-91,7
+90,7
@@
public:
The descriptor should be already opened and it will be closed by wxFFile object.
*/
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.
/**
Closes the file and returns @true on success.
@@
-107,7
+106,7
@@
public:
void Detach();
/**
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
the end of the file.
Note that the behaviour of the file descriptor based class wxFile is different as