Singleclient demo

This commit is contained in:
serverericoza 2010-06-08 15:47:43 +02:00
parent ff6f3d6f57
commit 7c82a38458
3 changed files with 27 additions and 16 deletions

View file

View file

@ -3,6 +3,9 @@
#include <string>
#include <vector>
#include <cstdlib>
#include <cstdio>
#include <unistd.h>
#include <fcntl.h>
int main() {
SWUnixSocket mySocket;