summaryrefslogtreecommitdiff
path: root/project2/common/rowProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/rowProcessor.h')
-rw-r--r--project2/common/rowProcessor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/project2/common/rowProcessor.h b/project2/common/rowProcessor.h
index 70f453c..ca36b32 100644
--- a/project2/common/rowProcessor.h
+++ b/project2/common/rowProcessor.h
@@ -5,7 +5,7 @@
#include "sourceObject.h"
#include "iHaveParameters.h"
#include "rowSet.h"
-#include "cache.h"
+#include "rowSetCache.h"
#include "test.h"
#include "scriptStorage.h"
@@ -33,9 +33,9 @@ class RowProcessor : public IHaveParameters {
void rowReadyInternal(const RowState *, const RowProcessorCallback &, ExecContext *) const;
typedef ANONSTORAGEOF(Test) Tests;
Tests tests;
- typedef ANONORDEREDSTORAGEOF(Cache) Caches;
+ typedef ANONORDEREDSTORAGEOF(RowSetCache) Caches;
Caches caches;
- typedef boost::tuple<RowSetPresenterPtr, CachePtr> TargetCache;
+ typedef boost::tuple<RowSetPresenterPtr, RowSetCachePtr> TargetCache;
typedef boost::shared_ptr<TargetCache> TargetCachePtr;
typedef std::set<TargetCachePtr> TargetCaches;
mutable TargetCaches tc;