From 5d0b9069a3a9909c29e663f967ef032e62daac73 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Jan 2007 10:17:23 +0000 Subject: [PATCH] Added quick comment about config --- src/filter_cql_to_rpn.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) { -- 1.7.10.4