Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38757349 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Module: Don't expose kModuleStopTimeout to header

Not need to expose it

Test: make
Change-Id: Iac6e4f968132819f80085da63a8dae4fcf3db70e
parent 7ecd747d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ using ::bluetooth::os::Thread;

namespace bluetooth {

constexpr std::chrono::milliseconds kModuleStopTimeout = std::chrono::milliseconds(20);

ModuleFactory::ModuleFactory(std::function<Module*()> ctor) : ctor_(ctor) {
}

+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@

namespace bluetooth {

const std::chrono::milliseconds kModuleStopTimeout = std::chrono::milliseconds(20);

class Module;
class ModuleRegistry;