comparison OrthancServer/ServerIndex.h @ 2897:9ff17eb830ec

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Oct 2018 10:53:22 +0200
parents a27b0e9a3fd9
children e5e3253a1164
comparison
equal deleted inserted replaced
2890:f5ce33d3295c 2897:9ff17eb830ec
52 52
53 class ServerIndex : public boost::noncopyable 53 class ServerIndex : public boost::noncopyable
54 { 54 {
55 public: 55 public:
56 typedef std::list<FileInfo> Attachments; 56 typedef std::list<FileInfo> Attachments;
57 typedef std::map< std::pair<ResourceType, MetadataType>, std::string> MetadataMap; 57 typedef std::map<std::pair<ResourceType, MetadataType>, std::string> MetadataMap;
58 58
59 private: 59 private:
60 class Listener; 60 class Listener;
61 class Transaction; 61 class Transaction;
62 class UnstableResourcePayload; 62 class UnstableResourcePayload;