#include #include "XMLPage.h" XMLPage::XMLPage(TIPsDatabase *_db, InternetURIRequest *_ir, const char *_body, const int _responseCode, const char *_ifModifiedSince, const bool _manageBuffer): InternetResource(_db, _ir, _body, _responseCode, _ifModifiedSince, 0, _manageBuffer) { memoryDelta((int)sizeof(XMLPage), this); //inform the domain which will, in turn, inform the Spider } XMLPage::~XMLPage() { memoryDelta(-(int)sizeof(XMLPage), this); //inform the domain which will, in turn, inform the Spider }