IsConnected fixed, now reflects status of connection
This commit is contained in:
parent
80843dc99c
commit
96f66a26f7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Socket::Socket(SOCKET_T hPipe)
|
|||
{
|
||||
d = new PrivateData;
|
||||
d->hPipe = hPipe;
|
||||
|
||||
d->connected = true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue