// HTML_CellHeader.h: interface for the HTML_CellHeader class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_HTML_CELLHEADER_H__3ACF9803_7A76_11D4_A35F_907DD8C5E70B__INCLUDED_) #define AFX_HTML_CELLHEADER_H__3ACF9803_7A76_11D4_A35F_907DD8C5E70B__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "HTML_Cell.h" class HTML_CellHeader : public HTML_Cell { public: string& printString(); HTML_CellHeader(); virtual ~HTML_CellHeader(); }; #endif // !defined(AFX_HTML_CELLHEADER_H__3ACF9803_7A76_11D4_A35F_907DD8C5E70B__INCLUDED_)