Mercurial > hg > orthanc
diff OrthancServer/DatabaseWrapper.h @ 193:a1b9d1e1497b
failed attempt to compile with linux standard base
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 13 Nov 2012 14:02:28 +0100 |
parents | c56dc32266e0 |
children | 530a25320461 |
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h Tue Nov 13 11:29:43 2012 +0100 +++ b/OrthancServer/DatabaseWrapper.h Tue Nov 13 14:02:28 2012 +0100 @@ -81,6 +81,9 @@ void AttachChild(int64_t parent, int64_t child); + void GetChildren(Json::Value& childrenPublicIds, + int64_t id); + void DeleteResource(int64_t id); void SetMetadata(int64_t id,