X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_cql_to_rpn.cpp;h=fccf623888106439d8be7481bb187c46f4dad46a;hb=2fe0c3309018e8c4b751b2dbb7cef04a69104650;hp=e47114faec470fcf8a7244d728ef2e1bdd214e62;hpb=d625b10d219f5ece1aa7632e6cff2fcc5fcbd632;p=metaproxy-moved-to-github.git 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) {