#include <iostream>
#include <unistd.h>
#include "Util/log.H"
#include "Agent.H"
#include <pthread.h>
#include <string>
Go to the source code of this file.
base class for agents (has run function)
Definition in file Agent.C.