basic POC functionality established for peer module loading

This commit is contained in:
Chris Punches
2025-03-27 22:28:02 -04:00
parent 448dc0cdfd
commit 7b29824e40
9 changed files with 177 additions and 82 deletions

View File

@@ -157,10 +157,10 @@ class ConfigManager {
bool hasConfigKey(const char* section, const char* key) const;
// getter for _module_path
void setModulePath(const std::string& module_path);
void setModulePath(const char * module_path);
// setter for _module_path
std::string getModulePath() const;
const char * getModulePath() const;
private:
/**