diff options
Diffstat (limited to 'cppe/src/IceE/Network.h')
-rw-r--r-- | cppe/src/IceE/Network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/src/IceE/Network.h b/cppe/src/IceE/Network.h index 7f421e98cd5..0fdb6d23b8a 100644 --- a/cppe/src/IceE/Network.h +++ b/cppe/src/IceE/Network.h @@ -73,6 +73,7 @@ bool interrupted(); bool acceptInterrupted(); bool noBuffers(); bool wouldBlock(); +bool timedout(); bool connectFailed(); bool connectionRefused(); bool connectInProgress(); |