comparison 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
comparison
equal deleted inserted replaced
192:c56dc32266e0 193:a1b9d1e1497b
79 ResourceType& type); 79 ResourceType& type);
80 80
81 void AttachChild(int64_t parent, 81 void AttachChild(int64_t parent,
82 int64_t child); 82 int64_t child);
83 83
84 void GetChildren(Json::Value& childrenPublicIds,
85 int64_t id);
86
84 void DeleteResource(int64_t id); 87 void DeleteResource(int64_t id);
85 88
86 void SetMetadata(int64_t id, 89 void SetMetadata(int64_t id,
87 MetadataType type, 90 MetadataType type,
88 const std::string& value); 91 const std::string& value);