##// END OF EJS Templates
- Corregido el error que duplicaba el numero de patron activo o varios perfiles activos.
- Corregido el error que duplicaba el numero de patron activo o varios perfiles activos.

File last commit:

r30:31
r206:207
Show More
Mensajes.h
17 lines | 271 B | text/x-c | CLexer
First commit of the Control Module
r16 /*
* Mensajes.h
*
* Created on: Nov 12, 2009
* Author: redes
*/
#ifndef MENSAJES_H_
#define MENSAJES_H_
void LOG_SERVIDOR(char *mensaje);
void LOG_CLIENTE(char *mensaje);
void ERROR_FATAL(char *mensaje);
void ERROR(char *mensaje);
#endif /* MENSAJES_H_ */