comparison OrthancServer/ServerIndex.h @ 1722:f1901004f3e4 db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 10:41:35 +0200
parents 3bcb01028107
children 1ae29c5e52fb
comparison
equal deleted inserted replaced
1721:3bcb01028107 1722:f1901004f3e4
50 class ServerIndex : public boost::noncopyable 50 class ServerIndex : public boost::noncopyable
51 { 51 {
52 public: 52 public:
53 typedef std::list<FileInfo> Attachments; 53 typedef std::list<FileInfo> Attachments;
54 typedef std::map< std::pair<ResourceType, MetadataType>, std::string> MetadataMap; 54 typedef std::map< std::pair<ResourceType, MetadataType>, std::string> MetadataMap;
55 typedef std::list< std::pair<ResourceType, std::string> > LookupResults;
56 55
57 private: 56 private:
58 class Listener; 57 class Listener;
59 class Transaction; 58 class Transaction;
60 class UnstableResourcePayload; 59 class UnstableResourcePayload;