diff options
Diffstat (limited to 'project2/common/rowProcessor.h')
-rw-r--r-- | project2/common/rowProcessor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project2/common/rowProcessor.h b/project2/common/rowProcessor.h index 3f39d19..8a52e01 100644 --- a/project2/common/rowProcessor.h +++ b/project2/common/rowProcessor.h @@ -18,6 +18,8 @@ class RowProcessor : public IHaveParameters { const std::string recordSource; const Glib::ustring filter; + const bool CROE; + const bool IRSE; protected: boost::intrusive_ptr<RowSet> source; @@ -33,6 +35,9 @@ class RowProcessor : public IHaveParameters { typedef boost::shared_ptr<TargetCache> TargetCachePtr; typedef std::set<TargetCachePtr> TargetCaches; mutable TargetCaches tc; + + void saveCaches() const; + void discardCaches() const; }; #endif |