IsConnected fixed, now reflects status of connection

This commit is contained in:
Stefan Persson 2010-10-19 09:35:16 +00:00
parent 80843dc99c
commit 96f66a26f7

View file

@ -24,7 +24,7 @@ Socket::Socket(SOCKET_T hPipe)
{
d = new PrivateData;
d->hPipe = hPipe;
d->connected = true;
}