From: Gonzalo A. <ga...@us...> - 2006-09-13 12:48:15
|
Update of /cvsroot/mod-c/ehtml/src In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4130/src Modified Files: EHTMLApplication.cpp Log Message: * Profiling methods are in Profiling.cc Index: EHTMLApplication.cpp =================================================================== RCS file: /cvsroot/mod-c/ehtml/src/EHTMLApplication.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** EHTMLApplication.cpp 12 Sep 2006 20:01:49 -0000 1.11 --- EHTMLApplication.cpp 13 Sep 2006 12:48:11 -0000 1.12 *************** *** 31,39 **** #include <http_log.h> - #include "Profiling.h" #include "ehtml.h" - ProfileFunction* ProfileFunction::_head = NULL; - using namespace std; --- 31,36 ---- |