00001 #define TRACE_NAME "Agent"
00002 #include "Agent.h"
00003 
00004 
00006 
00007 
00008 
00010 
00011 Agent::Agent()
00012 {
00013     
00014 }
00015 
00016 #if 0  
00017 
00018 Agent::Agent(const Agent& other)
00019 {
00020     NOT_IMPLEMENTED
00021 }
00022 
00023 const Agent& Agent::operator=(const Agent& other)
00024 {
00025     NOT_IMPLEMENTED
00026 }
00027 
00028 bool Agent::operator==(const Agent& other) const
00029 {
00030     NOT_IMPLEMENTED
00031 }
00032 
00033 bool Agent::operator<(const Agent& other) const
00034 {
00035     NOT_IMPLEMENTED
00036 }
00037 
00038 size_t Agent::hash() const
00039 {
00040     NOT_IMPLEMENTED
00041 }
00042 
00043 ostream& Agent::print_to(ostream& stream) const
00044 {
00045     NOT_IMPLEMENTED
00046 }
00047 
00048 #endif 
00049     
00050 Agent::~Agent()
00051 {
00052     
00053 }
00054 
00056 
00057 
00058 
00060 
00061 
00063 
00064 
00065 
00067 
00068 #undef TRACE_NAME