Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
126:1f90756250fb
Parent:
124:c1b6c893e1c3
Child:
135:2f4290590e51
--- a/call_manager.h	Wed May 13 21:18:12 2015 +0000
+++ b/call_manager.h	Wed May 20 19:50:31 2015 +0000
@@ -26,11 +26,11 @@
  *  Vector * v_call = new Vector();
  *      //assumindo que esse vetor de VZ_call já foi populado.
  *  int ext = 5218;
- *  VZ_call * call = __find_Call__( v_call, ext );
+ *  VZ_call * call = find_Call ( v_call, ext );
  * ...
  * @endcode
  */
-VZ_call * __find_Call__( Vector * v_call, int ext );
+VZ_call * find_Call ( Vector * v_call, const int ext );
 
 /**
  * @Synopsis Responsável por remover calls por timeout.