// HTML_ColorerPage2.h: interface for the HTML_ColorerPage2 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HTML_COLORERPAGE2_H__55C66205_862A_11D4_A35F_880BCB9FA20B__INCLUDED_)
#define AFX_HTML_COLORERPAGE2_H__55C66205_862A_11D4_A35F_880BCB9FA20B__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "HTML_ColorerPage.h"
class HTML_ColorerPage2 : public HTML_ColorerPage
{
public:
HTML_ColorerPage2* convertInputToHTML();
const char* getResults();
HTML_ColorerPage* generatePage();
HTML_ColorerPage2();
virtual ~HTML_ColorerPage2();
protected:
string output;
};
extern "C" FILE* yyout;
#endif // !defined(AFX_HTML_COLORERPAGE2_H__55C66205_862A_11D4_A35F_880BCB9FA20B__INCLUDED_)