Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

ParserYahoo.H

Go to the documentation of this file.
00001 
00006 #ifndef __PARSER_YAHOO_
00007 #define __PARSER_YAHOO_
00008 
00009 #include <list>
00010 #include "Parser.H"
00011 #include "Event.H"
00012 
00014 #define PARSERYAHOO_GRAB_SLEEP_TIME        8
00015 
00020 class ParserYahoo : public Parser
00021 {
00022 public:
00024   ParserYahoo();
00026   ~ParserYahoo();
00027 
00029 
00033   list<Event> parseEvents();
00035 
00041   list<Event> parseEvents_t(int depthToParse, int pageDelay);
00043 
00049   Event parseEvent(char* url, int pageDelay);
00050 
00051 private:
00052 
00053 };
00054   
00055 #endif /* ifndef __PARSER_YAHOO_ */
00056   

Generated on Wed May 17 22:28:20 2006 for GeoEvents by  doxygen 1.4.2