// HTML_ColorerPage1.h: interface for the HTML_ColorerPage1 class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_HTML_COLORERPAGE1_H__55C66204_862A_11D4_A35F_880BCB9FA20B__INCLUDED_) #define AFX_HTML_COLORERPAGE1_H__55C66204_862A_11D4_A35F_880BCB9FA20B__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "HTML_ColorerPage.h" class HTML_ColorerPage1 : public HTML_ColorerPage { public: HTML_ColorerPage* generatePage(); HTML_ColorerPage1(); virtual ~HTML_ColorerPage1(); }; #endif // !defined(AFX_HTML_COLORERPAGE1_H__55C66204_862A_11D4_A35F_880BCB9FA20B__INCLUDED_)