comparison OrthancFramework/Sources/SharedLibrary.cpp @ 4300:b30a8de92ad9

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 19:33:18 +0100
parents bf7b9edf6b81
children c601f48c7c80
comparison
equal deleted inserted replaced
4299:3f85db78c441 4300:b30a8de92ad9
100 #endif 100 #endif
101 } 101 }
102 } 102 }
103 103
104 104
105 const std::string &SharedLibrary::GetPath() const
106 {
107 return path_;
108 }
109
110
105 SharedLibrary::FunctionPointer SharedLibrary::GetFunctionInternal(const std::string& name) 111 SharedLibrary::FunctionPointer SharedLibrary::GetFunctionInternal(const std::string& name)
106 { 112 {
107 if (!handle_) 113 if (!handle_)
108 { 114 {
109 throw OrthancException(ErrorCode_InternalError); 115 throw OrthancException(ErrorCode_InternalError);