comparison OrthancServer/ServerContext.h @ 1189:6b9b02a16e99 db-changes

NewChildInstance change type
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Sep 2014 17:02:28 +0200
parents 200fcac0deb4
children 1169528a9a5f
comparison
equal deleted inserted replaced
1187:49edef619f1f 1189:6b9b02a16e99
200 } 200 }
201 201
202 bool DeleteResource(Json::Value& target, 202 bool DeleteResource(Json::Value& target,
203 const std::string& uuid, 203 const std::string& uuid,
204 ResourceType expectedType); 204 ResourceType expectedType);
205
206 void SignalChange(ChangeType changeType,
207 ResourceType resourceType,
208 const std::string& publicId);
205 }; 209 };
206 } 210 }