Spinscale: create new namespace sscl
This commit is contained in:
@@ -74,10 +74,10 @@ static std::optional<std::string> searchForLibInSmoSearchPaths(
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
/* Local static function to wrap ComponentThread::getSelf for SmoCallbacks */
|
||||
static std::shared_ptr<ComponentThread> ComponentThread_getSelf()
|
||||
/* Local static function to wrap sscl::ComponentThread::getSelf for SmoCallbacks */
|
||||
static std::shared_ptr<sscl::ComponentThread> ComponentThread_getSelf()
|
||||
{
|
||||
return ComponentThread::getSelf();
|
||||
return sscl::ComponentThread::getSelf();
|
||||
}
|
||||
|
||||
/* Local static function to wrap OptionParser::getOptions for SmoCallbacks */
|
||||
@@ -145,7 +145,7 @@ std::optional<std::string> StimBuffApiManager::searchForLibInSmoSearchPaths(
|
||||
|
||||
StimBuffApiLib& StimBuffApiManager::loadStimBuffApiLib(
|
||||
const std::string& libraryPath,
|
||||
const std::shared_ptr<ComponentThread>& componentThread
|
||||
const std::shared_ptr<sscl::ComponentThread>& componentThread
|
||||
)
|
||||
{
|
||||
std::optional<std::string> fullPath = searchForLibInSmoSearchPaths(
|
||||
@@ -252,7 +252,7 @@ void StimBuffApiManager::unloadAllStimBuffApiLibs(void)
|
||||
}
|
||||
|
||||
void StimBuffApiManager::loadAllStimBuffApiLibsFromOptions(
|
||||
const std::shared_ptr<ComponentThread>& componentThread
|
||||
const std::shared_ptr<sscl::ComponentThread>& componentThread
|
||||
)
|
||||
{
|
||||
const auto& options = OptionParser::getOptions();
|
||||
|
||||
Reference in New Issue
Block a user