00001 // -*- c++ -*- 00002 00003 #ifndef QSERVLETBASE_H 00004 #define QSERVLETBASE_H 00005 00006 #include <qstring.h> 00007 00055 class QServletBase 00056 { 00057 public: 00058 }; 00059 00060 #endif // QSERVLETBASE_H 00061 00062 // Local Variables: 00063 // c-basic-offset: 3 00064 // End: 00065