Rename: lockSpec.h=>lockSet.h
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <componentThread.h>
|
||||
#include <lockSpec.h>
|
||||
#include <lockSet.h>
|
||||
|
||||
namespace smo {
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user