git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42525
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/////////////////////////////////////////////////////////////////////////////
// wxTarNotifier
/////////////////////////////////////////////////////////////////////////////
// wxTarNotifier
+class WXDLLIMPEXP_BASE wxTarNotifier
{
public:
virtual ~wxTarNotifier() { }
{
public:
virtual ~wxTarNotifier() { }
/////////////////////////////////////////////////////////////////////////////
// Tar Entry - hold the meta data for a file in the tar
/////////////////////////////////////////////////////////////////////////////
// Tar Entry - hold the meta data for a file in the tar
-class wxTarEntry : public wxArchiveEntry
+class WXDLLIMPEXP_BASE wxTarEntry : public wxArchiveEntry
{
public:
wxTarEntry(const wxString& name = wxEmptyString,
{
public:
wxTarEntry(const wxString& name = wxEmptyString,
/////////////////////////////////////////////////////////////////////////////
// wxTarInputStream
/////////////////////////////////////////////////////////////////////////////
// wxTarInputStream
-class wxTarInputStream : public wxArchiveInputStream
+class WXDLLIMPEXP_BASE wxTarInputStream : public wxArchiveInputStream
{
public:
typedef wxTarEntry entry_type;
{
public:
typedef wxTarEntry entry_type;
/////////////////////////////////////////////////////////////////////////////
// wxTarOutputStream
/////////////////////////////////////////////////////////////////////////////
// wxTarOutputStream
-class wxTarOutputStream : public wxArchiveOutputStream
+class WXDLLIMPEXP_BASE wxTarOutputStream : public wxArchiveOutputStream
{
public:
wxTarOutputStream(wxOutputStream& stream,
{
public:
wxTarOutputStream(wxOutputStream& stream,
/////////////////////////////////////////////////////////////////////////////
// wxTarClassFactory
/////////////////////////////////////////////////////////////////////////////
// wxTarClassFactory
-class wxTarClassFactory : public wxArchiveClassFactory
+class WXDLLIMPEXP_BASE wxTarClassFactory : public wxArchiveClassFactory
{
public:
typedef wxTarEntry entry_type;
{
public:
typedef wxTarEntry entry_type;