]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gsockmsw.h
documented the wxDCBrushChanger, wxDCPenChanger, wxDCTextColourChanger; introduced...
[wxWidgets.git] / include / wx / msw / gsockmsw.h
index 81202a25641fe88fbe133c242835f60fe1476112..3fbd6ac1aa1b658e5864ce241b531e0fc5a1a341 100644 (file)
 class GSocket : public GSocketBase
 {
 public:
-    GSocket::GSocket(wxSocketBase& wxsocket)
+    GSocket(wxSocketBase& wxsocket)
         : GSocketBase(wxsocket)
     {
         m_msgnumber = 0;
     }
 
-    virtual void Close();
-
     virtual GSocket *WaitConnection(wxSocketBase& wxsocket);