added SharedLibrary::setSearchPath()

This commit is contained in:
Günter Obiltschnig
2019-08-17 10:04:48 +02:00
parent df4cb29ea5
commit 325cfcb3c2
12 changed files with 68 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ protected:
void* findSymbolImpl(const std::string& name);
const std::string& getPathImpl() const;
static std::string suffixImpl();
static bool setSearchPathImpl(const std::string& path);
private:
std::string _path;