Spinscale: create new namespace sscl

This commit is contained in:
2025-12-27 16:21:22 -04:00
parent 0c4f427c0a
commit 34d76df7d9
67 changed files with 434 additions and 429 deletions
@@ -8,7 +8,7 @@
#include <spinscale/callback.h>
#include <spinscale/componentThread.h>
namespace smo {
namespace sscl {
class PuppetApplication
: public std::enable_shared_from_this<PuppetApplication>
@@ -63,6 +63,6 @@ private:
class PuppetThreadLifetimeMgmtOp;
};
} // namespace smo
} // namespace sscl
#endif // PUPPET_APPLICATION_H