Rename: lockSpec.h=>lockSet.h

This commit is contained in:
2025-09-18 23:03:39 -04:00
parent 596bc1fbd2
commit 2dfa615eb7
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <functional>
#include <memory>
#include <componentThread.h>
#include <lockSpec.h>
#include <lockSet.h>
namespace smo {
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef LOCK_SPEC_H
#define LOCK_SPEC_H
#ifndef LOCK_SET_H
#define LOCK_SET_H
#include <vector>
#include <functional>
@@ -85,4 +85,4 @@ private:
} // namespace smo
#endif // LOCK_SPEC_H
#endif // LOCK_SET_H