]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/server.h
Reflect changes in stc.cpp in stc.cpp.in from which it's generated.
[wxWidgets.git] / samples / ipc / server.h
index 23959382ff2a3ee59e698a1649a59d1756291cec..4cf38233bf2b35dd37c065797469677bc566026f 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     25/01/99
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -78,9 +77,9 @@ public:
     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