Wat test troep en kleine edits

This commit is contained in:
Thulinma 2010-08-10 15:32:42 +02:00
parent 7ebe9019a3
commit 01834792d8
4 changed files with 11 additions and 5 deletions

View file

@ -9,7 +9,7 @@
int main() {
SWUnixSocket mySocket;
mySocket.connect("../shared_socket");
mySocket.connect("/tmp/shared_socket");
char buffer[500000];
int msg;
std::string input;