3 #include "elementoplanta.h"
5 using namespace PlaQui;
7 ElementoPlanta::ElementoPlanta()
11 ElementoPlanta::~ElementoPlanta()
15 void ElementoPlanta::recieve_msg(int msg, IConector *who)
18 case MSG_QUERY_MAX_FLOW:
23 IConector::recieve_msg(msg, who);