Service code builds now.

This commit is contained in:
Adam Ierymenko 2015-04-09 18:22:04 -07:00
commit 6615a70027
4 changed files with 35 additions and 22 deletions

View file

@ -743,7 +743,11 @@ public:
}
}
inline void close(PhySocket *sock,bool callHandlers)
/**
* @param sock Socket to close
* @param callHandlers If true, call handlers for TCP connect (success: false) or close (default: true)
*/
inline void close(PhySocket *sock,bool callHandlers = true)
{
if (!sock)
return;