// HTML_ColorerPage3.cpp: implementation of the HTML_ColorerPage3 class. // ////////////////////////////////////////////////////////////////////// #include "../HTML/HTML_all.h" #include "HTML_ColorerPage3.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// HTML_ColorerPage3::HTML_ColorerPage3() { } HTML_ColorerPage3::~HTML_ColorerPage3() { } HTML_ColorerPage* HTML_ColorerPage3::generatePage() { //do the thing buf = getResults(); return(this); } string& HTML_ColorerPage3::printString() { return(buf); }