Ops, stupid me.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -198,7 +198,10 @@ public:
|
|||||||
inline bool IsNoWait() const { return ((m_flags & wxSOCKET_NOWAIT) != 0); };
|
inline bool IsNoWait() const { return ((m_flags & wxSOCKET_NOWAIT) != 0); };
|
||||||
inline wxSocketType GetType() const { return m_type; }
|
inline wxSocketType GetType() const { return m_type; }
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
|
friend class wxSocketClient;
|
||||||
|
friend class wxSocketServer;
|
||||||
|
friend class wxDatagramSocket;
|
||||||
|
|
||||||
// low level IO
|
// low level IO
|
||||||
wxUint32 _Read(char* buffer, wxUint32 nbytes);
|
wxUint32 _Read(char* buffer, wxUint32 nbytes);
|
||||||
@@ -209,8 +212,7 @@ protected:
|
|||||||
void Pushback(const char *buffer, wxUint32 size);
|
void Pushback(const char *buffer, wxUint32 size);
|
||||||
wxUint32 GetPushback(char *buffer, wxUint32 size, bool peek);
|
wxUint32 GetPushback(char *buffer, wxUint32 size, bool peek);
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
|
|
||||||
GSocket *m_socket; // GSocket
|
GSocket *m_socket; // GSocket
|
||||||
wxSocketType m_type; // wxSocket type
|
wxSocketType m_type; // wxSocket type
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user