mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
cmFileLockPool: enhance items management
This commit is contained in:
@@ -26,7 +26,9 @@ public:
|
||||
~cmFileLock();
|
||||
|
||||
cmFileLock(cmFileLock const&) = delete;
|
||||
cmFileLock(cmFileLock&&) noexcept;
|
||||
cmFileLock& operator=(cmFileLock const&) = delete;
|
||||
cmFileLock& operator=(cmFileLock&&) noexcept;
|
||||
|
||||
/**
|
||||
* @brief Lock the file.
|
||||
|
||||
Reference in New Issue
Block a user