X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_cql_to_rpn.hpp;h=37a8ab470244e89fbd2b20ac55277984325f4064;hb=da353f48b13fd79e446570d120369423f9c496dd;hp=d1c4de5585c828df2c30edc34537eb2002f8b75f;hpb=d625b10d219f5ece1aa7632e6cff2fcc5fcbd632;p=metaproxy-moved-to-github.git diff --git a/src/filter_cql_to_rpn.hpp b/src/filter_cql_to_rpn.hpp index d1c4de5..37a8ab4 100644 --- a/src/filter_cql_to_rpn.hpp +++ b/src/filter_cql_to_rpn.hpp @@ -1,5 +1,5 @@ -/* $Id: filter_cql_to_rpn.hpp,v 1.1 2007-01-12 10:16:21 adam Exp $ - Copyright (c) 2005-2006, Index Data. +/* $Id: filter_cql_to_rpn.hpp,v 1.3 2007-01-25 14:05:54 adam Exp $ + Copyright (c) 2005-2007, Index Data. See the LICENSE file for details */ @@ -14,16 +14,15 @@ namespace metaproxy_1 { namespace filter { - class CQL_to_RPN : public Base { - class Rep; + class CQLtoRPN : public Base { + class Impl; + boost::scoped_ptr m_p; public: - CQL_to_RPN(); - ~CQL_to_RPN(); + CQLtoRPN(); + ~CQLtoRPN(); void process(metaproxy_1::Package & package) const; void configure(const xmlNode * ptr); private: - class Impl; - boost::scoped_ptr m_p; }; } }