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

Commit 1b12d8c3 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Module: Don't expose kModuleStopTimeout to header

am: 38757349

Change-Id: Ie2a2a9efd315dae212a0a473e70d43bd4fe26cf2
parents 313a9e6a 38757349
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;