Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin 2024-06-13 11:06:48 +08:00
parent 1067bc39b8
commit 21c489b454

View File

@ -40,7 +40,7 @@ public:
}
virtual bool PostTaskToEventHandler(std::function<void()> task, const std::string &taskName)
{
return true;
return false;
}
};
} // namespace MiscServices