Mijn eerste commit, omdat ik het waard ben...

This commit is contained in:
serverericoza 2010-06-05 22:54:07 +02:00
parent 689a3dca65
commit 30b6230c50
25 changed files with 3133 additions and 1 deletions

22
Server/sockets/SocketW.h Normal file
View file

@ -0,0 +1,22 @@
// C++ Socket Wrapper
//
// Started 020316
//
// License: LGPL v2.1+ (see the file LICENSE)
// (c)2002-2003 Anders Lindstr<74>m
/***********************************************************************
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
* License as published by the Free Software Foundation; either *
* version 2.1 of the License, or (at your option) any later version. *
***********************************************************************/
#ifndef SocketW_H
#define SocketW_H
#include "sw_base.h"
#include "sw_unix.h"
#include "sw_inet.h"
#endif //SocketW_H