From: Adam Dickmeiss Date: Fri, 12 Jan 2007 10:17:23 +0000 (+0000) Subject: Added quick comment about config X-Git-Tag: METAPROXY.1.0.8~30 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=5d0b9069a3a9909c29e663f967ef032e62daac73;p=metaproxy-moved-to-github.git Added quick comment about config --- diff --git a/src/filter_cql_to_rpn.cpp b/src/filter_cql_to_rpn.cpp index e47114f..fccf623 100644 --- a/src/filter_cql_to_rpn.cpp +++ b/src/filter_cql_to_rpn.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_cql_to_rpn.cpp,v 1.1 2007-01-12 10:16:21 adam Exp $ +/* $Id: filter_cql_to_rpn.cpp,v 1.2 2007-01-12 10:17:23 adam Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -114,6 +114,13 @@ void yf::CQL_to_RPN::process(mp::Package &package) const void yf::CQL_to_RPN::configure(const xmlNode *ptr) { + + /* + + + + */ + std::string fname; for (ptr = ptr->children; ptr; ptr = ptr->next) {