comparison Resources/Orthanc/Plugins/Engine/SharedLibrary.h @ 82:5b127ab0080b

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Dec 2016 17:01:34 +0100
parents 7a3853d51c45
children ff0ef01c332c
comparison
equal deleted inserted replaced
81:d101055fc20b 82:5b127ab0080b
58 void *handle_; 58 void *handle_;
59 59
60 FunctionPointer GetFunctionInternal(const std::string& name); 60 FunctionPointer GetFunctionInternal(const std::string& name);
61 61
62 public: 62 public:
63 SharedLibrary(const std::string& path); 63 explicit SharedLibrary(const std::string& path);
64 64
65 ~SharedLibrary(); 65 ~SharedLibrary();
66 66
67 const std::string& GetPath() const 67 const std::string& GetPath() const
68 { 68 {