[Ipstream-devel] IPSocket/lib/helpers/tokenizer token.cpp,1.4,1.5
Status: Beta
Brought to you by:
kontramot
|
From: Sergey V. B. <kon...@us...> - 2010-03-17 06:55:16
|
Update of /cvsroot/ipstream/IPSocket/lib/helpers/tokenizer In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29082/lib/helpers/tokenizer Modified Files: token.cpp Log Message: .h changed on c Index: token.cpp =================================================================== RCS file: /cvsroot/ipstream/IPSocket/lib/helpers/tokenizer/token.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** token.cpp 16 Mar 2010 09:08:27 -0000 1.4 --- token.cpp 17 Mar 2010 06:55:07 -0000 1.5 *************** *** 15,19 **** #include "token.h" ! #include <string.h> using std::string; --- 15,19 ---- #include "token.h" ! #include <cstring> using std::string; |