mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
added SharedLibrary::setSearchPath()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user