]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/gsockunx.h
Update configuration for OpenVMS
[wxWidgets.git] / include / wx / unix / gsockunx.h
index 8bf15cad8978cd7a6f41e48328ed01104698dbc5..0d57fe5a2ffb612e3d3633f96b0bb92af5cd8d2f 100644 (file)
@@ -23,10 +23,6 @@ public:
     virtual void Shutdown();
     virtual GSocket *WaitConnection(wxSocketBase& wxsocket);
 
     virtual void Shutdown();
     virtual GSocket *WaitConnection(wxSocketBase& wxsocket);
 
-    GSocketError SetLocal(GAddress *address);
-    GSocketError SetPeer(GAddress *address);
-    GAddress *GetLocal();
-    GAddress *GetPeer();
     GSocketError SetServer();
     bool SetReusable();
     bool SetBroadcast();
     GSocketError SetServer();
     bool SetReusable();
     bool SetBroadcast();
@@ -44,11 +40,6 @@ public:
     void Notify(bool flag);
     void Detected_Read();
     void Detected_Write();
     void Notify(bool flag);
     void Detected_Read();
     void Detected_Write();
-    void SetInitialSocketBuffers(int recv, int send)
-    {
-        m_initialRecvBufferSize = recv;
-        m_initialSendBufferSize = send;
-    }
 
 protected:
     //enable or disable event callback using gsocket gui callback table
 
 protected:
     //enable or disable event callback using gsocket gui callback table