projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d625b10
)
Added quick comment about config
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jan 2007 10:17:23 +0000
(10:17 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jan 2007 10:17:23 +0000
(10:17 +0000)
src/filter_cql_to_rpn.cpp
patch
|
blob
|
history
diff --git
a/src/filter_cql_to_rpn.cpp
b/src/filter_cql_to_rpn.cpp
index
e47114f
..
fccf623
100644
(file)
--- 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)
{
+
+ /*
+ <filter type="cql_to_rpn">
+ <conversion file="pqf.properties"/>
+ </filter>
+ */
+
std::string fname;
for (ptr = ptr->children; ptr; ptr = ptr->next)
{