-class MySock: public wxSocketBase {
-public:
- MyFrame *frame;
-
- void OldOnNotify(wxRequestEvent flags);
-};
-
-class MyServer: public wxSocketServer {
-public:
- MyFrame *frame;
-
- MyServer(wxSockAddress& addr) : wxSocketServer(addr) { }
- void OldOnNotify(wxRequestEvent flags);
-};
-