1
0
Fork 0

mark dispatching as const

This commit is contained in:
Kevin Matz 2023-04-24 16:43:35 -04:00
parent d7722f24f3
commit 0bfab08041
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ public:
explicit Server();
virtual ~Server();
void dispatch(const std::shared_ptr<Message>);
void dispatch(const std::shared_ptr<Message>) const;
protected:
void scheduleBundle(const std::shared_ptr<Bundle>);
void scheduleBundle(const std::shared_ptr<Bundle>) const;
/**
* @brief rootMethod