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:
parent
1cd04aa2e1
commit
4ca0f293bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user