Skip to content
Snippets Groups Projects
HouseKeeper.h 330 B
Newer Older
  • Learn to ignore specific revisions
  • benbergk's avatar
    benbergk committed
    //
    // Created by Ben Bergkamp on 2/1/18.
    //
    
    
    jsclose's avatar
    jsclose committed
    #include "../shared/ThreadClass.h"
    
    #include<string>
    #include <pthread.h>
    #include <iostream>
    
    vcday's avatar
    vcday committed
    
    
    class HouseKeeper : public ThreadClass
    
    jsclose's avatar
    jsclose committed
    	{
    
    benbergk's avatar
    benbergk committed
    
    public:
    
    vcday's avatar
    vcday committed
    	HouseKeeper ( )
    
    vcday's avatar
    vcday committed
    	virtual void FuncToRun ( );
    
    benbergk's avatar
    benbergk committed
    
    private:
    
    jsclose's avatar
    jsclose committed
    	//members
    
    jsclose's avatar
    jsclose committed
    	};
    
    benbergk's avatar
    benbergk committed
    
    
    #endif //EECS398_SEARCH_CRAWLERSTATISTICS_H