Updates to fix EMX specific stuff that broke VisualAge specific stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2000-01-21 22:20:46 +00:00
parent 1cd04aa2e1
commit 4ca0f293bf

View File

@ -95,6 +95,11 @@ protected:
wxSocketNotify, char *);
private:
//
// We're hiding an Execute method in ConnectionBase
//s
virtual bool Execute(const wxString& str)
{ return Execute(str, -1, wxIPC_TEXT); }
};
class wxTCPServer: public wxServerBase