comparison OrthancServer/DatabaseWrapper.h @ 190:b6cef9d45cc3

getallpublicids
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2012 11:20:50 +0100
parents ccbc2cf64a0d
children c56dc32266e0
comparison
equal deleted inserted replaced
189:ccbc2cf64a0d 190:b6cef9d45cc3
142 142
143 uint64_t GetTotalCompressedSize(); 143 uint64_t GetTotalCompressedSize();
144 144
145 uint64_t GetTotalUncompressedSize(); 145 uint64_t GetTotalUncompressedSize();
146 146
147 void GetAllPublicIds(Json::Value& target,
148 ResourceType resourceType);
149
147 DatabaseWrapper(const std::string& path, 150 DatabaseWrapper(const std::string& path,
148 IServerIndexListener& listener); 151 IServerIndexListener& listener);
149 152
150 DatabaseWrapper(IServerIndexListener& listener); 153 DatabaseWrapper(IServerIndexListener& listener);
151 154