// Name: gsockmot.cpp
// Purpose: GSocket: Motif part
// CVSID: $Id$
-// Log: $Log$
-// Log: Revision 1.1 1999/07/23 17:24:24 GL
-// Log: Added GSocket motif (it compiles but I didn't tested it)
-// Log: Changed wxSockFlags type (switched to int)
-// Log:
// -------------------------------------------------------------------------
+
+#include "wx/setup.h"
+
+#if wxUSE_SOCKETS
+
#include <stdlib.h>
#include <X11/Intrinsic.h>
#include <wx/gsocket.h>
free(socket->m_gui_dependent);
}
-void _GSocket_Install_Fallback(GSocket *socket, GSocketEvent event)
+void _GSocket_Install_Callback(GSocket *socket, GSocketEvent event)
{
int *m_id;
}
}
-void _GSocket_Uninstall_Fallback(GSocket *socket, GSocketEvent event)
+void _GSocket_Uninstall_Callback(GSocket *socket, GSocketEvent event)
{
int c;
int *m_id;
void GSocket_DoEvent(unsigned long evt_id)
{
}
+
+#endif // wxUSE_SOCKETS