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

Commit 980222cb authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Module: Don't expose kModuleStopTimeout to header am: 38757349 am: 1b12d8c3

am: 8c76bd55

Change-Id: Ideb08b6a39e2d49843d9a01e0b0df82ebae99548
parents 338d8950 8c76bd55
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;