Libspinscale: Add separate CMake project config
This commit is contained in:
@@ -154,19 +154,14 @@ public:
|
||||
class ThreadLifetimeMgmtOp;
|
||||
};
|
||||
|
||||
} // namespace sscl
|
||||
|
||||
namespace smo {
|
||||
namespace mrntt {
|
||||
extern std::shared_ptr<sscl::MarionetteThread> thread;
|
||||
} // namespace mrntt
|
||||
} // namespace smo
|
||||
extern std::shared_ptr<MarionetteThread> thread;
|
||||
|
||||
// Forward declaration for sscl namespace functions and variables
|
||||
// Forward declaration for marionette thread ID management
|
||||
// Must be after sscl namespace so ThreadId is defined
|
||||
namespace sscl {
|
||||
extern sscl::ThreadId marionetteThreadId;
|
||||
void setMarionetteThreadId(sscl::ThreadId id);
|
||||
extern ThreadId marionetteThreadId;
|
||||
void setMarionetteThreadId(ThreadId id);
|
||||
} // namespace mrntt
|
||||
}
|
||||
|
||||
#endif // COMPONENT_THREAD_H
|
||||
|
||||
Reference in New Issue
Block a user