From 6ab1afadd675b62a6457a36f88a2bbb11a2881f0 Mon Sep 17 00:00:00 2001 From: Arthur Coolen <coolen@astron.nl> Date: Tue, 26 Jun 2012 07:53:33 +0000 Subject: [PATCH] Task #2993: merged trunk into branch for JAVA and OTB/OTB and OTB/jOTDB3 exportResultTree in this file --- SAS/OTDB/include/OTDB/TreeMaintenance.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SAS/OTDB/include/OTDB/TreeMaintenance.h b/SAS/OTDB/include/OTDB/TreeMaintenance.h index 064afc8f8a1..134a51356dd 100644 --- a/SAS/OTDB/include/OTDB/TreeMaintenance.h +++ b/SAS/OTDB/include/OTDB/TreeMaintenance.h @@ -183,10 +183,12 @@ public: // the tree is exported: HTML, KeyValue List. bool exportTree (treeIDType aTreeID, nodeIDType topItem, - const string& filename, - const formatType outputFormat = FtKVList, - bool folded = false); + const string& filename); + // Export a VIC (sub)tree with reported metadata to a file. + bool exportResultTree (treeIDType aTreeID, + nodeIDType topItem, + const string& filename); //# --- Finally some general tree maintenance --- // Delete a tree (of any kind) from the database. -- GitLab