gHtmlLog.h

Go to the documentation of this file.
00001 #ifndef gHTML_LOG_X_H
00002 #define gHTML_LOG_X_H
00003 
00004 #include "gcontrol.h"
00005 ////////////////////////////////////////////////////////////
00006 class gHtmlLog : public gControl {
00007 public:
00008     gHtmlLog () ;
00009     virtual ~gHtmlLog () ;
00010 
00011     // Public data-members
00012     FILE* fRepErr;
00013 
00014 private:
00015     // Operators,empty
00016     gHtmlLog (gHtmlLog& ) ; //empty
00017     gHtmlLog& operator= (gHtmlLog& ) ; //empty
00018 };
00019 ////////////////////////////////////////////////////////////
00020 #endif //gHTML_LOG_X_H
00021 

Generated on Sat Aug 18 02:40:54 2007 for xpfweb_v2x lib by  doxygen 1.4.2