Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

echoservlet.h

00001 // -*- c++ -*-
00002 
00003 #ifndef ECHOSERVLET_H
00004 #define ECHOSERVLET_H
00005 
00006 #include <qhttpservlet.h>
00007 
00013 class EchoServlet : public QHttpServlet
00014 {
00015 public: 
00016     EchoServlet( QServletConfig *cfg, const char *info=0 );
00017     ~EchoServlet();
00018 
00019    
00020    virtual QDateTime lastModified( QHttpServletRequest *req );
00021 
00022 protected:
00023    virtual bool doGet( QHttpServletRequest *req, QHttpServletResponse *res );
00024 };
00025 
00026 #endif
00027 
00028 // Local Variables:
00029 // c-basic-offset: 3
00030 // End:
00031 

Generated on Wed Apr 9 23:50:21 2003 for QXServlet by doxygen1.2.17