changed to boost optional instead of errorevent
This commit is contained in:
@@ -27,7 +27,7 @@ private:
|
||||
void distribute();
|
||||
|
||||
public:
|
||||
std::chrono::milliseconds bounce_time;
|
||||
const std::chrono::milliseconds bounce_time;
|
||||
|
||||
private:
|
||||
enum ActivationState
|
||||
@@ -36,7 +36,8 @@ private:
|
||||
FIRST_ACTIVATED,
|
||||
ACTIVATED
|
||||
};
|
||||
std::shared_ptr<IEventNotifier> event_notifier;
|
||||
|
||||
const std::shared_ptr<IEventNotifier> event_notifier;
|
||||
|
||||
ActivationState activation_state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user