Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
108:18a3702650f3
Parent:
105:a930035b6556
Child:
109:a5b8264ffbbc
--- a/call.cpp	Mon Mar 16 14:05:05 2015 +0000
+++ b/call.cpp	Wed Mar 18 13:33:54 2015 +0000
@@ -8,8 +8,7 @@
     this->rtp_server_port = rtp_server_port;
     this->rtp_server.set_address( __RTP_SEVER_IP__, rtp_server_port );
     this->rtp_sock.set_blocking( false, 0 );
-    this->rtp_sock.bind( cb_port ); // rtp port
-    //this->rtp_sock.init();
+    this->rtp_sock.bind( cb_port );
     this->rtp = new RTP( this->cb_ext );
     
     if( rtp == NULL )