// Created: 28/06/1998
// RCS-ID: $Id$
// Copyright: (c) Guilhem Lavaux
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DATSTREAM_H_
#if wxUSE_UNICODE
wxMBConv& m_conv;
#endif
+
+ DECLARE_NO_COPY_CLASS(wxDataInputStream)
};
class WXDLLEXPORT wxDataOutputStream
#if wxUSE_UNICODE
wxMBConv& m_conv;
#endif
+
+ DECLARE_NO_COPY_CLASS(wxDataOutputStream)
};
#endif