comparison OrthancServer/DatabaseWrapper.h @ 199:dfa2899d9960

refactoring cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2012 16:20:22 +0100
parents 663cc6c46d0a
children 9c58b2b03cf0
comparison
equal deleted inserted replaced
198:663cc6c46d0a 199:dfa2899d9960
135 int64_t id); 135 int64_t id);
136 136
137 void GetChildrenPublicId(std::list<std::string>& result, 137 void GetChildrenPublicId(std::list<std::string>& result,
138 int64_t id); 138 int64_t id);
139 139
140 void GetChildrenInternalId(std::list<int64_t>& result,
141 int64_t id);
142
140 void LogChange(ChangeType changeType, 143 void LogChange(ChangeType changeType,
141 int64_t internalId, 144 int64_t internalId,
142 ResourceType resourceType, 145 ResourceType resourceType,
143 const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time()); 146 const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time());
144 147