• Main Page
  • Classes
  • Files
  • File List
  • File Members

src/controller/templatecontroller.h

Go to the documentation of this file.
00001 
00006 #ifndef TEMPLATECONTROLLER_H
00007 #define TEMPLATECONTROLLER_H
00008 
00009 #include "httprequest.h"
00010 #include "httpresponse.h"
00011 #include "httprequesthandler.h"
00012 
00018 class TemplateController : public HttpRequestHandler {
00019     Q_OBJECT
00020         Q_DISABLE_COPY(TemplateController);
00021     public:
00022 
00024         TemplateController();
00025 
00027         void service(HttpRequest& request, HttpResponse& response);
00028     };
00029 
00030 #endif // TEMPLATECONTROLLER_H

Generated on Mon Dec 26 2011 12:09:22 for QtWebApp by  doxygen 1.7.1