Refactor: Remove using namespace <xxx> from util*

This commit is contained in:
Karl-Johan Alm
2017-01-27 10:34:06 +09:00
parent 8a5228197c
commit a57845c20e
4 changed files with 46 additions and 52 deletions

View File

@@ -12,8 +12,6 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/thread.hpp>
using namespace std;
static int64_t nMockTime = 0; //!< For unit testing
int64_t GetTime()