diff options
Diffstat (limited to 'Swiften/EventLoop/BoostASIOEventLoop.cpp')
| -rw-r--r-- | Swiften/EventLoop/BoostASIOEventLoop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/EventLoop/BoostASIOEventLoop.cpp b/Swiften/EventLoop/BoostASIOEventLoop.cpp index 30143b9..45dd4a2 100644 --- a/Swiften/EventLoop/BoostASIOEventLoop.cpp +++ b/Swiften/EventLoop/BoostASIOEventLoop.cpp | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2015-2016 Isode Limited. | 2 | * Copyright (c) 2015-2019 Isode Limited. |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| @@ -23,7 +23,7 @@ void BoostASIOEventLoop::handleASIOEvent() { | |||
| 23 | std::unique_lock<std::recursive_mutex> lock(isEventInASIOEventLoopMutex_); | 23 | std::unique_lock<std::recursive_mutex> lock(isEventInASIOEventLoopMutex_); |
| 24 | isEventInASIOEventLoop_ = false; | 24 | isEventInASIOEventLoop_ = false; |
| 25 | } | 25 | } |
| 26 | handleNextEvents(); | 26 | handleNextEvent(); |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | void BoostASIOEventLoop::eventPosted() { | 29 | void BoostASIOEventLoop::eventPosted() { |
Swift