[Ipstream-devel] IPSocket/Tracer tracer.h,1.5,1.6
Status: Beta
Brought to you by:
kontramot
|
From: Sergey V. B. <kon...@us...> - 2010-03-19 23:13:09
|
Update of /cvsroot/ipstream/IPSocket/Tracer In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20969/Tracer Modified Files: tracer.h Log Message: cstdio Index: tracer.h =================================================================== RCS file: /cvsroot/ipstream/IPSocket/Tracer/tracer.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tracer.h 19 Mar 2010 03:55:55 -0000 1.5 --- tracer.h 19 Mar 2010 22:50:19 -0000 1.6 *************** *** 18,22 **** #ifdef _TRACABLE ! #include <stdio.h> #include <string> #include "boost/thread/mutex.hpp" --- 18,22 ---- #ifdef _TRACABLE ! #include <cstdio> #include <string> #include "boost/thread/mutex.hpp" |