comparison Plugins/Engine/OrthancPluginDatabase.h @ 3089:fb8ee0786b1e db-changes

new extension for database plugin SDK: setResourcesContent
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 11:39:31 +0100
parents c829758b9ca0
children 476cba12c2b0
comparison
equal deleted inserted replaced
3088:d498ece73562 3089:fb8ee0786b1e
350 const std::string& start, 350 const std::string& start,
351 const std::string& end) 351 const std::string& end)
352 ORTHANC_OVERRIDE; 352 ORTHANC_OVERRIDE;
353 353
354 virtual void SetResourcesContent(const Orthanc::ResourcesContent& content) 354 virtual void SetResourcesContent(const Orthanc::ResourcesContent& content)
355 ORTHANC_OVERRIDE 355 ORTHANC_OVERRIDE;
356 {
357 ISetResourcesContent::Apply(*this, content);
358 }
359 }; 356 };
360 } 357 }
361 358
362 #endif 359 #endif