- // Some info on the socket...
- virtual bool GetPeer(wxSockAddress& addr_man) const;
- virtual bool GetLocal(wxSockAddress& addr_man) const;
-
- // Install or uninstall callbacks
- void Notify(bool notify);
-
- // So you can know what the socket driver is looking for ...
- inline wxSocketEventFlags NeededReq() const { return m_neededreq; }
-
- static wxSocketEventFlags EventToNotify(wxSocketNotify evt);
+ // Do NOT use these functions; they should be protected!
+ void CreatePushbackAfter(const char *buffer, wxUint32 size);
+ void CreatePushbackBefore(const char *buffer, wxUint32 size);
+ void OnRequest(wxSocketNotify req_evt);