comparison OrthancServer/DatabaseWrapper.h @ 304:4eea080e6e7a

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2012 14:57:18 +0100
parents 4bc02e2254ec
children 6ab6cdeedf4e
comparison
equal deleted inserted replaced
303:c76a35a85c69 304:4eea080e6e7a
92 bool LookupParent(int64_t& parentId, 92 bool LookupParent(int64_t& parentId,
93 int64_t resourceId); 93 int64_t resourceId);
94 94
95 std::string GetPublicId(int64_t resourceId); 95 std::string GetPublicId(int64_t resourceId);
96 96
97 ResourceType GetResourceType(int64_t resourceId);
98
97 void AttachChild(int64_t parent, 99 void AttachChild(int64_t parent,
98 int64_t child); 100 int64_t child);
99 101
100 void GetChildren(Json::Value& childrenPublicIds, 102 void GetChildren(Json::Value& childrenPublicIds,
101 int64_t id); 103 int64_t id);