comparison OrthancServer/ServerIndex.h @ 2188:7cfc2e0383b3

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Nov 2016 15:39:46 +0100
parents b1291df2f780
children e3fd5bc429a2
comparison
equal deleted inserted replaced
2187:ad72fbd700b7 2188:7cfc2e0383b3
113 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property); 113 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property);
114 114
115 int64_t CreateResource(const std::string& publicId, 115 int64_t CreateResource(const std::string& publicId,
116 ResourceType type); 116 ResourceType type);
117 117
118 void SetInstanceMetadata(std::map<MetadataType, std::string>& instanceMetadata,
119 int64_t instance,
120 MetadataType metadata,
121 const std::string& value);
122
118 public: 123 public:
119 ServerIndex(ServerContext& context, 124 ServerIndex(ServerContext& context,
120 IDatabaseWrapper& database); 125 IDatabaseWrapper& database);
121 126
122 ~ServerIndex(); 127 ~ServerIndex();