#include #include "PDF.h" PDF::PDF(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(PDF), this); //inform the domain which will, in turn, inform the Spider } PDF::~PDF() { memoryDelta(-(int)sizeof(PDF), this); //inform the domain which will, in turn, inform the Spider }