Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
119:ee6a53069455
Parent:
109:a5b8264ffbbc
Child:
121:ee02790d00b7
--- a/vector.cpp	Fri Apr 24 13:54:24 2015 +0000
+++ b/vector.cpp	Thu Apr 30 15:42:41 2015 +0000
@@ -55,14 +55,6 @@
     }
 }
 
-//Object * Vector::find_element( int ext, int port ){
-//    for( int i = 0; i < this->elements; i++ ){
-//        if( this->objects[ i ]->get_ext() == ext && 
-//            this->objects[ i ]->get_port() == port ) return( this->objects[ i ] );
-//    }
-//    return( NULL );
-//}
-
 int Vector::size(){ return this->elements; }
 
 int Vector::print_yourself ( void )