Added GSocket motif (it compiles but I didn't tested it)

Changed wxSockFlags type (switched to int)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-07-23 17:24:25 +00:00
parent 54c13c66d2
commit dbd300df5c
9 changed files with 149 additions and 35 deletions

View File

@@ -3,19 +3,6 @@
* Name: gsocket.h
* Purpose: GSocket include file (system independent)
* CVSID: $Id$
* Log: $Log$
* Log: Revision 1.1 1999/07/22 17:51:47 GL
* Log: Added GSocket for Unix (only GTK for the moment)
* Log: Updated wxSocket to use GSocket API
* Log: Added a progress bar to client.cpp
* Log: Added CopyTo to wxMemoryOutputStream to copy the internal buffer to a specified buffer.
* Log: Various changes/fixes to the high-level protocols FTP/HTTP
* Log: Various Unicode fixes
* Log: Removed sckint.*
* Log:
* Log: Revision 1.2 1999/07/18 15:54:28 guilhem
* Log: Copyright, etc.
* Log:
* -------------------------------------------------------------------------
*/
#ifndef __GSOCKET_H