diff 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
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Tue Nov 27 15:49:42 2012 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Tue Nov 27 16:20:22 2012 +0100
@@ -137,6 +137,9 @@
     void GetChildrenPublicId(std::list<std::string>& result,
                              int64_t id);
 
+    void GetChildrenInternalId(std::list<int64_t>& result,
+                               int64_t id);
+
     void LogChange(ChangeType changeType,
                    int64_t internalId,
                    ResourceType resourceType,