projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Derive wxAuiNotebook from wxBookCtrlBase. Document wxAuiNotebookEvent which now deriv...
[wxWidgets.git]
/
interface
/
wx
/
zipstrm.h
diff --git
a/interface/wx/zipstrm.h
b/interface/wx/zipstrm.h
index f7cdd400a015763e788e62f4ba041b515d0b2536..18bb864c277033b1054a02fccde2c7e01c48a64c 100644
(file)
--- a/
interface/wx/zipstrm.h
+++ b/
interface/wx/zipstrm.h
@@
-3,7
+3,7
@@
// Purpose: interface of wxZipNotifier
// Author: wxWidgets team
// RCS-ID: $Id$
// Purpose: interface of wxZipNotifier
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
@@
-214,7
+214,7
@@
public:
The extra field is used to store platform or application specific
data. See Pkware's document 'appnote.txt' for information on its format.
*/
The extra field is used to store platform or application specific
data. See Pkware's document 'appnote.txt' for information on its format.
*/
- char* GetExtra() const;
+ c
onst c
har* GetExtra() const;
size_t GetExtraLen() const;
void SetExtra(const char* extra, size_t len);
//@}
size_t GetExtraLen() const;
void SetExtra(const char* extra, size_t len);
//@}
@@
-226,7
+226,7
@@
public:
The extra field is used to store platform or application specific
data. See Pkware's document 'appnote.txt' for information on its format.
*/
The extra field is used to store platform or application specific
data. See Pkware's document 'appnote.txt' for information on its format.
*/
- char* GetLocalExtra() const;
+ c
onst c
har* GetLocalExtra() const;
size_t GetLocalExtraLen() const;
void SetLocalExtra(const char* extra, size_t len);
//@}
size_t GetLocalExtraLen() const;
void SetLocalExtra(const char* extra, size_t len);
//@}