summaryrefslogtreecommitdiff
path: root/project2/cgi/cgiAppEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/cgi/cgiAppEngine.h')
-rw-r--r--project2/cgi/cgiAppEngine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/cgi/cgiAppEngine.h b/project2/cgi/cgiAppEngine.h
index 854013a..66d5a69 100644
--- a/project2/cgi/cgiAppEngine.h
+++ b/project2/cgi/cgiAppEngine.h
@@ -8,6 +8,7 @@
#include "taskHost.h"
#include "viewHost.h"
#include "transform.h"
+#include "lazyPointer.h"
#include "xmlPresenter.h"
#include "presenterCache.h"
#include "sessionContainer.h"
@@ -104,7 +105,7 @@ class CgiApplicationEngine : public ApplicationEngine, public TransformChainLink
virtual HttpHeaderPtr getHeader() const;
protected:
HttpHeaderPtr header;
- mutable MultiRowSetPresenterPtr presenter;
+ LazyPointer<MultiRowSetPresenter> presenter;
};
/// Stage to return previous cached output