comparison OrthancServer/ServerIndex.h @ 204:7f4acf490179

changes api
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Nov 2012 11:27:57 +0100
parents 1650557bd81a
children 4453a010d0db
comparison
equal deleted inserted replaced
203:9283552c25df 204:7f4acf490179
150 return DeleteInternal(target, instanceUuid, ResourceType_Instance); 150 return DeleteInternal(target, instanceUuid, ResourceType_Instance);
151 } 151 }
152 152
153 bool GetChanges(Json::Value& target, 153 bool GetChanges(Json::Value& target,
154 int64_t since, 154 int64_t since,
155 const std::string& filter,
156 unsigned int maxResults); 155 unsigned int maxResults);
157 }; 156 };
158 } 157 }