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 1bc282f..83b34d5 100644
--- a/project2/cgi/cgiAppEngine.h
+++ b/project2/cgi/cgiAppEngine.h
@@ -16,6 +16,7 @@
#include "cgiHttpHeader.h"
#include "cgiRequestContext.h"
#include <cgicc/Cgicc.h>
+#include <appInstance.h>
class Session;
namespace cgicc {
@@ -23,7 +24,7 @@ namespace cgicc {
class CgiEnvironment;
}
-class CgiApplicationEngine {
+class CgiApplicationEngine : AppInstance {
public:
typedef boost::shared_ptr<Project2HttpHeader> HttpHeaderPtr;
typedef std::pair<Glib::ustring, Glib::RefPtr<Glib::Regex>> PlatformHostname;