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

qservletcontext.h

00001 // -*- c++ -*-
00002 
00003 #ifndef QSERVLETCONTEXT_H
00004 #define QSERVLETCONTEXT_H
00005 
00006 #include <qstring.h>
00007 #include <qservletbase.h>
00008 
00012 class QServletContext : public QServletBase
00013 {
00014 public:
00015     QServletContext( const char *info=0 );
00016 
00018    QString serverInfo() { return srvInfo; }
00019 
00020 private:
00021     QString srvInfo;
00022 };
00023 
00024 #endif // QSERVLETCONTEXT_H
00025 
00026 // Local Variables:
00027 // c-basic-offset: 3
00028 // End:
00029 

Generated on Mon Mar 31 01:08:13 2003 for QXServlet by doxygen1.2.17