// HTML_ColorerPage3.h: interface for the HTML_ColorerPage3 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HTML_COLORERPAGE3_H__55C66206_862A_11D4_A35F_880BCB9FA20B__INCLUDED_)
#define AFX_HTML_COLORERPAGE3_H__55C66206_862A_11D4_A35F_880BCB9FA20B__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "HTML_ColorerPage2.h"
class HTML_ColorerPage3 : public HTML_ColorerPage2
{
public:
string& printString();
HTML_ColorerPage* generatePage();
HTML_ColorerPage3();
virtual ~HTML_ColorerPage3();
protected:
// HTML_Tag* out;
string buf;
};
#endif // !defined(AFX_HTML_COLORERPAGE3_H__55C66206_862A_11D4_A35F_880BCB9FA20B__INCLUDED_)