diff options
Diffstat (limited to 'project2/cgi/cgiAppEngine.h')
-rw-r--r-- | project2/cgi/cgiAppEngine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/project2/cgi/cgiAppEngine.h b/project2/cgi/cgiAppEngine.h index f4b3896..d4295de 100644 --- a/project2/cgi/cgiAppEngine.h +++ b/project2/cgi/cgiAppEngine.h @@ -21,13 +21,9 @@ namespace cgicc { class HTTPHeader; class CgiEnvironment; } -namespace xmlpp { - class Document; -} class CgiApplicationEngine : public ApplicationEngine, public TransformChainLink { public: - typedef boost::shared_ptr<xmlpp::Document> XmlDocPtr; typedef boost::shared_ptr<cgicc::HTTPHeader> HttpHeaderPtr; CgiApplicationEngine(const CgiEnvironment *, std::ostream &); @@ -43,7 +39,6 @@ class CgiApplicationEngine : public ApplicationEngine, public TransformChainLink private: mutable boost::posix_time::ptime startTime; mutable boost::posix_time::ptime endTime; - void loadEngineSection(const xmlpp::Element *) const; SessionContainerPtr sessionsContainer; // Helpers void addVarToPresenter(const MultiRowSetPresenter * p, const Glib::ustring & name, const VariableType &) const; |