]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/item.cpp
Se agrega generacion de XML para dar el estado actual de la planta simulada.
[z.facultad/75.42/plaqui.git] / Constructor / item.cpp
index 72f63930554a284452052d2515d066aede363fb6..de9c4cd6ee5ab04a6a5a83d5fcfcf9268204211b 100644 (file)
@@ -126,11 +126,10 @@ ConnectorType CItem::is_other_connection_area(int _a, int _b)
        std::list<CItem *>::iterator i = listaItems->begin();
        while ( i != listaItems->end() ) {
                CItem *temp = *i;
-               if (temp != this) {
+               if (temp != this) 
                        if ( (temp2 = temp->get_connector_type(_a,_b)) != UNDEF )
                                return temp2;
-                       i++;
-               }
+               i++;
        }
        return UNDEF;
 }
@@ -138,3 +137,6 @@ ConnectorType CItem::get_connector_type( int _a, int _b )
 {
        return UNDEF;
 }
+void CItem::set_default_connector()
+{
+}