diff options
Diffstat (limited to 'server/connection.h')
-rw-r--r-- | server/connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/connection.h b/server/connection.h index e7e3f1e..0d7a1a0 100644 --- a/server/connection.h +++ b/server/connection.h @@ -103,6 +103,9 @@ public: /* Will make the socket close after sending all queued output data */ void DeferClose(void) { m_DeferClose = true; } + /* Close the socket */ + virtual bool Close(void); + /* Will retrieve an unused device for transmitting data. Receivers have already been attached from the device if necessary. Use the returned cDevice in a following call to StartTransfer */ |