remember the events we were notified about in OnRequest() (not used yet but necessary for upcoming changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -101,8 +101,6 @@ enum wxSocketType
|
||||
|
||||
class WXDLLIMPEXP_NET wxSocketBase : public wxObject
|
||||
{
|
||||
DECLARE_CLASS(wxSocketBase)
|
||||
|
||||
public:
|
||||
|
||||
// Public interface
|
||||
@@ -251,11 +249,13 @@ private:
|
||||
void *m_clientData; // client data for events
|
||||
bool m_notify; // notify events to users?
|
||||
wxSocketEventFlags m_eventmask; // which events to notify?
|
||||
wxSocketEventFlags m_eventsgot; // collects events received in OnRequest()
|
||||
|
||||
// the initialization count, GSocket is initialized if > 0
|
||||
static size_t m_countInit;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxSocketBase)
|
||||
DECLARE_CLASS(wxSocketBase)
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user