#ifndef MASTERAGENTSLOTOFAGENT_HEADERFILE
#define MASTERAGENTSLOTOFAGENT_HEADERFILE

#include "SlotOfAgent.h"

class MasterAgentSlotOfAgent : public SlotOfAgent  {

	private:
		MasterAgentSlotOfAgent* masterAgentSlotOfAgent;

	public:
		MasterAgentSlotOfAgent();
		
};


#endif