/////////////////////////////////////////////////////////////////////////////
-// Name: include/wx/private/fileback.h
+// Name: wx/private/fileback.h
// Purpose: Back an input stream with memory or a file
// Author: Mike Wetherell
// RCS-ID: $Id$
// backing file is never created and the backing is done with memory.
wxBackingFile(wxInputStream *stream,
size_t bufsize = DefaultBufSize,
- const wxString& prefix = _T("wxbf"));
+ const wxString& prefix = wxT("wxbf"));
wxBackingFile() : m_impl(NULL) { }
~wxBackingFile();
wxBackingFile m_backer;
wxFileOffset m_pos;
- DECLARE_NO_COPY_CLASS(wxBackedInputStream)
+ wxDECLARE_NO_COPY_CLASS(wxBackedInputStream);
};
#endif // wxUSE_FILESYSTEM