From: Gonzalo A. <ga...@us...> - 2006-10-05 14:53:04
|
Update of /cvsroot/mod-c/ehtml/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10891/include Modified Files: EHTMLApplication.h Log Message: * Fixed debugging framework. Index: EHTMLApplication.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/EHTMLApplication.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** EHTMLApplication.h 12 Sep 2006 20:01:48 -0000 1.9 --- EHTMLApplication.h 5 Oct 2006 14:52:52 -0000 1.10 *************** *** 232,235 **** --- 232,240 ---- /** + * Debug logging method. + */ + void Debug(const char* fmt, va_list l) const; + + /** * Gets the current session */ |