implemented socket handler

This commit is contained in:
Jonas Zeunert
2018-11-27 02:07:25 +01:00
parent 82ced6ec3c
commit 6b6b185f8e
9 changed files with 140 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ private:
ACTIVATED
};
std::shared_ptr<IEventNotifier> event_notifier;
std::chrono::time_point<std::chrono::high_resolution_clock> last_activation;
ActivationState activation_state;