comparison OrthancServer/DatabaseWrapper.h @ 742:1cd3ec544039

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Mar 2014 20:29:26 +0100
parents 696dbb4fd390
children 649d47854314
comparison
equal deleted inserted replaced
741:913179bc7cc5 742:1cd3ec544039
65 void GetChangesInternal(Json::Value& target, 65 void GetChangesInternal(Json::Value& target,
66 SQLite::Statement& s, 66 SQLite::Statement& s,
67 int64_t since, 67 int64_t since,
68 unsigned int maxResults); 68 unsigned int maxResults);
69 69
70 void GetExportedResources(Json::Value& target, 70 void GetExportedResourcesInternal(Json::Value& target,
71 SQLite::Statement& s, 71 SQLite::Statement& s,
72 int64_t since, 72 int64_t since,
73 unsigned int maxResults); 73 unsigned int maxResults);
74 74
75 public: 75 public:
76 void SetGlobalProperty(GlobalProperty property, 76 void SetGlobalProperty(GlobalProperty property,
77 const std::string& value); 77 const std::string& value);
78 78