using in headers is evil :(

This commit is contained in:
Alexey Sokolov
2012-07-26 20:46:11 +07:00
parent f1932b9322
commit 62c9ac1a0b
65 changed files with 234 additions and 154 deletions
+3
View File
@@ -14,6 +14,9 @@
#include <sstream>
#include <iomanip>
using std::map;
using std::set;
#define MAX_POST_SIZE 1024 * 1024
CHTTPSock::CHTTPSock(CModule *pMod) : CSocket(pMod) {