]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/gsockx11.cpp
Default construcctor for Iterator
[wxWidgets.git] / src / x11 / gsockx11.cpp
index 580af78d5bacc702643057bc52279802fb681bd3..faf91d0e21fe4e982c782423d27f6e1d1eab5e49 100644 (file)
@@ -1,12 +1,17 @@
 /* -------------------------------------------------------------------------
  * Project: GSocket (Generic Socket) for WX
- * Name:    gsockmot.c
+ * Name:    src/x11/gsockx11.cpp
  * Purpose: GSocket: X11 part
  * Licence: The wxWindows licence
  * CVSID:   $Id$
  * ------------------------------------------------------------------------- */
 
-#include "wx/setup.h"
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#if defined(__BORLANDC__)
+#pragma hdrstop
+#endif
 
 #if wxUSE_SOCKETS
 
@@ -31,7 +36,7 @@ extern "C" void wxUnregisterSocketCallback(int fd, wxSocketTableType socketType)
 static void _GSocket_X11_Input(int *fid, void* data)
 {
   GSocket *socket = (GSocket *)data;
-  
+
   socket->Detected_Read();
 }