arch-repo-manager/librepomgr/globallock.cpp

10 lines
233 B
C++

#include "./globallock.h"
#include "./logging.h"
namespace LibRepoMgr {
template struct LoggingLock<std::shared_lock<GlobalSharedMutex>>;
template struct LoggingLock<std::unique_lock<GlobalSharedMutex>>;
} // namespace LibRepoMgr