Newer
Older
#pragma once
#include<string>
#include <pthread.h>
#include <iostream>
class HouseKeeper : public ThreadClass
HouseKeeper ( Crawler * crawler_in ) : crawler(crawler_in)
#pragma once
#include<string>
#include <pthread.h>
#include <iostream>
class HouseKeeper : public ThreadClass
HouseKeeper ( Crawler * crawler_in ) : crawler(crawler_in)