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

Commit 8c76bd55 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

Change-Id: I7f18a704f0c4e6a4e5c1773925841dca03e8d5db
parents ed7c181f 1b12d8c3
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;