This commit is contained in:
Jean-Francois Dockes 2014-03-26 18:02:59 +01:00
parent b187fc3977
commit 4e8aa756cb

View File

@ -258,6 +258,7 @@ class Db {
* probably be renamed container_udi. * probably be renamed container_udi.
* @param doc container for document data. Should have been filled as * @param doc container for document data. Should have been filled as
* much as possible depending on the document type. * much as possible depending on the document type.
* ** doc will be modified in a destructive way **
*/ */
bool addOrUpdate(const string &udi, bool addOrUpdate(const string &udi,
const string &parent_udi, Doc &doc); const string &parent_udi, Doc &doc);