Exclusa::~Exclusa()
{
+ delete input;
+ delete output;
}
void Exclusa::update(int dir)
PlantItem *o = (PlantItem *)(*i);
set_color( o->get_color() );
}
+#ifdef DEBUG
std::cout << name << ": " << ((is_open)?"Abierta":"Cerrada") << std::endl;
+#endif
}
void Exclusa::recieve_msg(int msg, IConector *who, void *data)