Partition, ...: add noexcept to callback methods
This commit is contained in:
@@ -106,7 +106,7 @@ UpdateService::CancelMount(const char *uri)
|
||||
}
|
||||
|
||||
inline void
|
||||
UpdateService::Task()
|
||||
UpdateService::Task() noexcept
|
||||
{
|
||||
assert(walk != nullptr);
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@ private:
|
||||
void RunDeferred() noexcept;
|
||||
|
||||
/* the update thread */
|
||||
void Task();
|
||||
void Task() noexcept;
|
||||
|
||||
void StartThread(UpdateQueueItem &&i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user