// Author: Julian Smart
// Modified by:
// Created: 25/01/99
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxString m_advise;
protected:
- // the data returned by last OnRequest(): we keep it in this wxString to
+ // the data returned by last OnRequest(): we keep it in this buffer to
// ensure that the pointer we return from OnRequest() stays valid
- wxString m_requestData;
+ wxCharBuffer m_requestData;
};
class MyServer : public wxServer