// September 2015 // Levee Patroller / Dijk Patrouille // This source file is (c) by Deltares. This source file is open source but only available to select users. Do not redistribute without written permission of Stichting Deltares, Delft, The Netherlands. // This header has been automatically generated. class XMLLog extends Info abstract; function string getBuffer() { return ""; } function startDocument(string version, string type) { } function startElement(string elm) { } function writeAttribute(string att, string val) { } function endElement() { } function openLog(string loc) { } function openLog2(string loc, int port) { } function closeLog() { }