mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
refactor: Use composition for update time
The timer is not required by all classes and the deep inheritance makes it hard to see where it is actually used. Use composition instead.
This commit is contained in:
@@ -319,6 +319,8 @@ add_library(misc SHARED
|
||||
swiftdirectories.cpp
|
||||
swiftdirectories.h
|
||||
swiftmiscexport.h
|
||||
threadedtimer.cpp
|
||||
threadedtimer.h
|
||||
threadutils.cpp
|
||||
threadutils.h
|
||||
timestampbased.cpp
|
||||
|
||||
Reference in New Issue
Block a user