diff options
Diffstat (limited to 'signet/ConnectionHandler.cpp')
| -rw-r--r-- | signet/ConnectionHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/signet/ConnectionHandler.cpp b/signet/ConnectionHandler.cpp index 638ddc0d..e72950cd 100644 --- a/signet/ConnectionHandler.cpp +++ b/signet/ConnectionHandler.cpp @@ -26,12 +26,12 @@ Signet::ConnectionHandler::ConnectionHandler(QObject* parent) : { } -void Signet::ConnectionHandler::addClient(Client* socket) +bool Signet::ConnectionHandler::addClient(Client* socket) { // TODO: Add the client } -void Signet::ConnectionHandler::removeClient(Client* socket) +bool Signet::ConnectionHandler::removeClient(Client* socket) { // TODO: Remove the client } |
