CVS Commit: network

[email protected] Sat, 8 Jun 2002 19:40:42 +0200 (CEST)
Newsgroups gmane.comp.video.videolan.vlcs.devel
Message-ID <[email protected]>
Update of /cvs/videolan/network/miniVLCS
Modified Files:
	.cvsignore Makefile config.c vlcs.c vlcs.h 
Added Files:
	socket.c socket.h 

Log Message:
* added IPv6 support to vlcs (thanks to Alexis Guillard for his help)

* in order to do this in a clean way, I began to translate vlcs into C++ :
  * one generic C_Socket object which contains the interface
  * two derived objects :
    * C_IPv4Socket
    * C_IPv6Socket

This is a first draft, further C++ adaptations will be made soon.

-- 
marcari

-- 
This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <[email protected]>