comparison Plugins/Engine/SharedLibrary.h @ 1630:ffd23c0104af

"/system" URI gives information about the plugins used for storage area and DB back-end
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2015 13:26:45 +0200
parents 704de8c30ff5
children eb8fbcf008b5
comparison
equal deleted inserted replaced
1629:bad4772b605c 1630:ffd23c0104af
40 #include <windows.h> 40 #include <windows.h>
41 #endif 41 #endif
42 42
43 namespace Orthanc 43 namespace Orthanc
44 { 44 {
45 class SharedLibrary : boost::noncopyable 45 class SharedLibrary : public boost::noncopyable
46 { 46 {
47 public: 47 public:
48 #if defined(_WIN32) 48 #if defined(_WIN32)
49 typedef FARPROC FunctionPointer; 49 typedef FARPROC FunctionPointer;
50 #else 50 #else