// addresses
virtual bool GetLocal(wxSockAddress& addr_man) const;
virtual bool GetPeer(wxSockAddress& addr_man) const;
// addresses
virtual bool GetLocal(wxSockAddress& addr_man) const;
virtual bool GetPeer(wxSockAddress& addr_man) const;
wxList m_states; // stack of states
bool m_interrupt; // interrupt ongoing wait operations?
bool m_beingDeleted; // marked for delayed deletion?
wxList m_states; // stack of states
bool m_interrupt; // interrupt ongoing wait operations?
bool m_beingDeleted; // marked for delayed deletion?
// the initialization count, GSocket is initialized if > 0
static size_t m_countInit;
// the initialization count, GSocket is initialized if > 0
static size_t m_countInit;
virtual ~wxSocketClient();
virtual bool Connect(wxSockAddress& addr, bool wait = true);
virtual ~wxSocketClient();
virtual bool Connect(wxSockAddress& addr, bool wait = true);