#endif
#include "wx/defs.h"
-#include "wx/setup.h"
+
+#if wxUSE_SOCKETS
+
#include "wx/ipcbase.h"
#include "wx/socket.h"
#include "wx/sckstrm.h"
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
virtual wxConnectionBase *OnMakeConnection();
};
+#endif // wxUSE_SOCKETS
+
#endif // ipcsock.h