comparison Framework/Loaders/GenericLoadersContext.h @ 1247:af35ec39ebec broker

refactoring ILoadersContext
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jan 2020 13:12:43 +0100
parents b9b5d4378874
children 7a0460c5e98e
comparison
equal deleted inserted replaced
1246:3fe803f65c47 1247:af35ec39ebec
65 65
66 virtual ~GenericLoadersContext(); 66 virtual ~GenericLoadersContext();
67 67
68 virtual ILock* Lock() ORTHANC_OVERRIDE; 68 virtual ILock* Lock() ORTHANC_OVERRIDE;
69 69
70 virtual void GetStatistics(uint64_t& scheduledCommands,
71 uint64_t& processedCommands) ORTHANC_OVERRIDE;
72
73 void SetOrthancParameters(const Orthanc::WebServiceParameters& parameters); 70 void SetOrthancParameters(const Orthanc::WebServiceParameters& parameters);
74 71
75 void SetRootDirectory(const std::string& root); 72 void SetRootDirectory(const std::string& root);
76 73
77 void SetDicomCacheSize(size_t size); 74 void SetDicomCacheSize(size_t size);