##// END OF EJS Templates
-Se organizó la estructura de directorios....
-Se organizó la estructura de directorios. -Se agreagó la plantilla para la librería de comunicación. library.py -Se agregó la plantilla para el modulo cliente. client.py -Se agregó la librería para el modulo server. server.py -Se agregó la plantilla para el cgi script

File last commit:

r19:20
r19:20
Show More
Mensajes.h
17 lines | 271 B | text/x-c | CLexer
/*
* 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_ */