X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_sort.hpp;h=70ae848d27ff38ecd99d86f61a24f8d80a81de52;hb=c271eb1db3286cd6c309f2cde33dc90d7c3c4dfe;hp=5e660f1893bc105194ea3dd7698f99a1c753a899;hpb=b3974a565a726b9afaad86bcb66b56ae3ceb351a;p=metaproxy-moved-to-github.git diff --git a/src/filter_sort.hpp b/src/filter_sort.hpp index 5e660f1..70ae848 100644 --- a/src/filter_sort.hpp +++ b/src/filter_sort.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define FILTER_SORT_HPP #include +#include #include @@ -27,6 +28,14 @@ namespace metaproxy_1 { namespace filter { class Sort : public Base { class Impl; + class Frontend; + class ResultSet; + class RecordList; + class Record; + typedef boost::shared_ptr FrontendPtr; + typedef boost::shared_ptr ResultSetPtr; + typedef boost::shared_ptr RecordListPtr; + boost::scoped_ptr m_p; public: Sort();